Logger class abstract

Describes a logger used by ConfigCatLogger.

Implementers

Constructors

Logger()

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

close() → void
Closes the logger.
debug(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.debug.
error(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.error.
info(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.info.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warning(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.warning.

Operators

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