GoogleLogger class

Constructors

GoogleLogger.new({required String projectId, String? serviceAccount, AutoRefreshingAuthClient? client})

Properties

hashCode int
The hash code for this object.
no setterinherited
projectId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited