info static method
void
info(})
Log an info message Log an info message.
Implementation
static void info(
String message, {
String? tag,
Map<String, dynamic>? data,
Object? error,
StackTrace? stackTrace,
}) {
_log(LogLevel.info, message,
tag: tag, data: data, error: error, stackTrace: stackTrace);
}