GoogleLogger class
Methods
-
isBase64(String str)
→ bool
-
-
logEvent({String? message, Map<String, Object?>? args, GoogleLoggerSeverity? severity = GoogleLoggerSeverity.DEFAULT, Map<String, String>? labels, LogEntryOperation? operation, String? functionName, String? fileName})
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onRecord({required LogRecord record, String? deviceId, String? buildNumber, String? version})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited