infoWithContext method
Implementation
void infoWithContext(String message, Map? context) => log(
Level.INFO,
LogRecord(
Level.INFO,
message,
fullName,
null,
null,
Zone.current,
context,
),
);