MPrettyPrinter constructor
MPrettyPrinter({
- int stackTraceBeginIndex = 0,
- int? methodCount = methodCount,
- int? errorMethodCount = errorMethodCount,
- int lineLength = consoleOutputLength,
- bool colors = true,
- bool printEmojis = true,
- bool? printTime = true,
- Map<
Level, bool> excludeBox = const {}, - bool noBoxingByDefault = false,
- List<
String> excludePaths = const [], - Map<
Level, AnsiColor> ? levelColors, - Map<
Level, String> ? levelEmojis,
Implementation
MPrettyPrinter({
super.stackTraceBeginIndex = 0,
super.methodCount = methodCount,
super.errorMethodCount = errorMethodCount,
super.lineLength = consoleOutputLength,
super.colors = true,
super.printEmojis = true,
super.printTime = true,
super.excludeBox = const {},
super.noBoxingByDefault = false,
List<String> excludePaths = const [],
super.levelColors,
super.levelEmojis,
}) : super(
excludePaths: [
...excludePaths,
'packages/flutter_sm_logger',
'package:flutter_sm_logger',
],
);