DeekWebLogger class abstract

A logger abstraction used by DeekWebClient.

Note that you do not specifiy a minimum log level to DeekWebClient, that logic is up to your implementation.

Constructors

DeekWebLogger()

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 logLine, {Exception? e}) → dynamic
Logs an error message. If there is an exception included, it will be provided in e.
info(String logLine) → dynamic
Logs an informational level message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verbose(String logLine) → dynamic
Logs a verbose/debug level message.
warn(String logLine) → dynamic
Logs a warning message.

Operators

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