mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: Loggers
This commit is contained in:
6
lib/data/res/logger.dart
Normal file
6
lib/data/res/logger.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
class Loggers {
|
||||
static final app = Logger('App');
|
||||
static final parse = Logger('Parse');
|
||||
}
|
||||
Reference in New Issue
Block a user