add proper logging
This commit is contained in:
@@ -4,5 +4,5 @@ import 'package:logging/logging.dart';
|
||||
mixin LogContext {
|
||||
@protected
|
||||
@nonVirtual
|
||||
Logger get log => Logger.detached(runtimeType.toString());
|
||||
Logger get log => Logger(runtimeType.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user