write abstract method

  1. @override
void write(
  1. LogEvent event
)
override

write events

this will call output write method

this should be used only for redirecting one Log to another. Users should not call this method as it may cause inconsistencies ...

Implementation

@override
void write(LogEvent event);