Logger<T> class
Logs to stdout based on LogLevel
Constructors
- Logger.new(LogLevel logLevel)
-
const
Properties
Methods
-
error(
String message, Object error) → void -
Logs to stdout with
ERR
log level -
info(
String message) → void -
Logs to stdout with
INF
log level -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trace(
String message) → void -
Logs to stdout with
TRC
log level -
warning(
String message) → void -
Logs to stdout with
WRN
log level
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited