BoxerLoggerFunc typedef

BoxerLoggerFunc = void Function(int level, String tag, String message)

Implementation

typedef BoxerLoggerFunc = void Function(int level, String tag, String message);