FirestoreLogger class abstract

Used to log debug info of the FirestoreAPI.

Inherit and implement the methods in this class in order to use your own logger.

Implementers

Constructors

FirestoreLogger()

Properties

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

Methods

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

Operators

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