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(String message, {Object? error, StackTrace? stackTrace}) → void
Logs any error related debugging information of the FirestoreAPI.
override
info(String message) → 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(String message) → void
Logs any success related debugging information of the FirestoreAPI.
override
toString() String
A string representation of this object.
inherited
value(Object? value, String? description) → void
Logs any value related debugging information of the FirestoreAPI.
override
warning(String message) → void
Logs any info related debugging information of the FirestoreAPI.
override

Operators

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