DefaultLogger class

Default Logger implementation used by ConfigCatLogger.

Implemented types

Constructors

DefaultLogger()

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.
override
debug(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.debug.
override
error(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.error.
override
info(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level LogLevel.info.
override
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.
override

Operators

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