emitLog abstract method

  1. @protected
Future<void> emitLog(
  1. LogEvent event
)

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);