log abstract method
void
log(})
Logs a message with the specified level
.
Implementation
void log(
String message, {
required LogLevel level,
Object? error,
StackTrace? stackTrace,
Map<String, Object?>? context,
bool printStackTrace = true,
bool printError = true,
});