opt.: Loggers

This commit is contained in:
lollipopkit
2023-09-13 13:41:09 +08:00
parent 269c2a0a10
commit 6c84d2f52b
22 changed files with 64 additions and 103 deletions

6
lib/data/res/logger.dart Normal file
View File

@@ -0,0 +1,6 @@
import 'package:logging/logging.dart';
class Loggers {
static final app = Logger('App');
static final parse = Logger('Parse');
}