LogCallback typedef

LogCallback = void Function(String level, String message)

Callback type for log messages.

Implementation

typedef LogCallback = void Function(String level, String message);