customHandler property

void Function(LogLevel level, String message, {String? tag})? customHandler
final

Custom log handler

Implementation

final void Function(LogLevel level, String message, {String? tag})?
    customHandler;