shoutWithContext method
Implementation
void shoutWithContext(String message, Map? context,
[Object? error, StackTrace? stackTrace]) =>
log(
Level.SHOUT,
LogRecord(
Level.SHOUT,
message,
fullName,
error,
stackTrace,
Zone.current,
context,
),
);