FirestoreDefaultLogger class

Default logger implementing FirestoreLogger used to log debug info of the FirestoreAPI.

Implemented types

Constructors

FirestoreDefaultLogger()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time String
Used to specify the time in each log.
no setter

Methods

error({required String message, Object? error, required SensitiveData? sensitiveData, StackTrace? stackTrace}) → void
Logs any error related debugging information of the FirestoreAPI.
override
info({required String message, SensitiveData? sensitiveData}) → void
Logs any info related debugging information of the FirestoreAPI.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
success({required String message, SensitiveData? sensitiveData}) → void
Logs any success related debugging information of the FirestoreAPI.
override
toString() String
A string representation of this object.
inherited
warning({required String message, SensitiveData? sensitiveData}) → void
Logs any info related debugging information of the FirestoreAPI.
override

Operators

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