PrettyConsoleTransport constructor
Creates a PrettyConsoleTransport.
All options are read from config when available.
Implementation
PrettyConsoleTransport({super.level, super.config})
: colorize = (config['colorize'] as bool?) ?? true,
showTimestamp = (config['showTimestamp'] as bool?) ?? true,
showContext = (config['showContext'] as bool?) ?? true,
showStackTrace = (config['showStackTrace'] as bool?) ?? true;