Logger class

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
logger ↔ Logger
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Closes the logger and releases all resources.
inherited
d(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level Level.debug.
inherited
e(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level Level.error.
inherited
i(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level Level.info.
inherited
info(String s) → dynamic
isClosed() bool
inherited
log(Level level, dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message with level.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level Level.verbose.
inherited
w(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level Level.warning.
inherited
wtf(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log a message at level Level.wtf.
inherited

Operators

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