debugLogger top-level property
Logger
debugLogger
final
Logger that always outputs debug info to the console.
Implementation
final Logger debugLogger = _makeDebugLogger();
Logger that always outputs debug info to the console.
final Logger debugLogger = _makeDebugLogger();