autoLogger top-level property
Logger
autoLogger
final
Logger that outputs to the console in debug mode, and nothing in release and profile modes.
Implementation
final Logger autoLogger = _makeAutoLogger();