log property

Logger log

Gets the log for output.

Usage:

log.warning("The app did something concerning...");

Implementation

Logger get log => _logger;