log property
Logger
get
log
Gets the log for output.
Usage:
log.warning("The app did something concerning...");
Implementation
Logger get log => _logger;
Gets the log for output.
log.warning("The app did something concerning...");
Logger get log => _logger;