logger property
Logger
logger
final
Implementation
static final logger = Logger(
printer: PrettyPrinter(
methodCount: 0, // Number of method calls to be displayed
errorMethodCount:
8, // Number of method calls if stacktrace is provided
lineLength: 80, // Width of the output
colors: true, // Colorful log messages
noBoxingByDefault: true,
printEmojis: true, // Print an emoji for each log message
printTime: false // Should each log print contain a timestamp
));