opt.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
class Loggers {
|
||||
const Loggers._();
|
||||
|
||||
abstract final class Loggers {
|
||||
static final root = Logger('Root');
|
||||
static final app = Logger('App');
|
||||
static final parse = Logger('Parse');
|
||||
|
||||
Reference in New Issue
Block a user