log abstract method
- @protected
- FLoggerLevel level,
- FLoggerLabels labels,
- String message, [
- FException? exception,
Override this method to implement custom logger
Implementation
@protected
void log(
FLoggerLevel level,
FLoggerLabels labels,
String message, [
FException? exception,
]);