info method
Logs a message or a structured event to the console.
entry - The complete log entry containing message, level, timestamp, context, and event.
Implementation
@override
Future<void> info(LogEntry entry) async {
await _logMessage(entry);
}