Logger class abstract

The Logger.

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

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.
fatal(dynamic message, [dynamic error, StackTrace stackTrace]) → void
Log a message at level LogLevel.fatal.
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
setLogLevel(LogLevel level) → void
Sets the log level.
toString() String
A string representation of this object.
inherited
verbose(dynamic message, [dynamic error, StackTrace stackTrace]) → void
Log a message at level LogLevel.verbose.
warning(dynamic message, [dynamic error, StackTrace stackTrace]) → void
Log a message at level LogLevel.warning.

Operators

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