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
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(
{required String message, Object? error, StackTrace? stackTrace, required SensitiveData? sensitiveData}) → void -
Logs any error related debugging information of the
FirestoreAPI
. -
info(
{required String message, required SensitiveData? sensitiveData}) → 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(
{required String message, required SensitiveData? sensitiveData}) → void -
Logs any success related debugging information of the
FirestoreAPI
. -
toString(
) → String -
A string representation of this object.
inherited
-
warning(
{required String message, required SensitiveData? sensitiveData}) → void -
Logs any info related debugging information of the
FirestoreAPI
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited