Each appender should implement this method to perform custom log output.
@override void append(LogRecord record, Formatter formatter) { print(formatter.call(record)); }