OnLog typedef

OnLog = void Function(LogRecord)

the method to be called during the build phase & the logger is used

Implementation

typedef OnLog = void Function(LogRecord);