LogHandler typedef

LogHandler = dynamic Function(LogRecord)

Implementation

typedef LogHandler = Function(LogRecord);