debug abstract method
There two overloads
void debug(FExecutionContext executionContext, String message, [FException? ex]);
void debug(FExecutionContext executionContext, FLoggerMessageFactory messageFactory, [FException? ex]);
void debug(FLoggerLabels labels String message, [FException? ex]);
void debug(FLoggerLabels labels FLoggerMessageFactory messageFactory, [FException? ex]);
Implementation
void debug(
dynamic labelsOrExecutionContext,
dynamic messageOrMessageFactory, [
FException? ex,
]);