LogHandlerFunction typedef

LogHandlerFunction = void Function(LogRecord record)

Handler function used for logging records. Function requires a single LogRecord as the only parameter.

Implementation

typedef LogHandlerFunction = void Function(LogRecord record);