DefaultLogger class

Default logger implementation that will be used when no custom logger is provided This logger utilizes simple prints based on the log level set by the user.

Implemented types

Constructors

DefaultLogger.new()

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

log(LogLevel level, String message) → void
Log a message with the specified log level.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLogLevel(LogLevel level) → void
Set the log level for the SDK.
override
toString() String
A string representation of this object.
inherited

Operators

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