log abstract method
void
log(})
Logs message
with log level
and optional tag
, ex
(exception) stacktrace
Implementation
void log(
String level,
String message, {
String? tag,
dynamic ex,
StackTrace? stacktrace,
Map<String, String?>? attributes,
});