Files
proxypin/lib/network/util/logger.dart
wanghongenpin 6018b92a3c http2 authority
2025-05-31 03:57:58 +08:00

12 lines
273 B
Dart

import 'package:logger/logger.dart';
final logger = Logger(
printer: PrettyPrinter(
methodCount: 0,
errorMethodCount: 15,
lineLength: 120,
colors: true,
printEmojis: false,
excludeBox: {Level.info: true, Level.debug: true},
));