write abstract method

void write(
  1. LogEvent event
)

output event

this can complete asynchronously

Implementation

void write(LogEvent event);