emitLog abstract method
Performs the actual delivery of event to the transport's destination.
Called only when event.level >= this.level. Implementations must not
throw; swallow or handle errors internally.
Implementation
@protected
Future<void> emitLog(LogEvent event);