RPMTWLogger class

Logger for the RPMTW applications.

Constructors

RPMTWLogger()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

debug(String message, {StackTrace? stackTrace}) → void
Logs a message at the LoggerLevel.debug level.
error(String message, {Object? error, StackTrace? stackTrace}) → void
Logs a message at the LoggerLevel.error level.
fatal(String message, {Object? error, StackTrace? stackTrace}) → void
Logs a message at the LoggerLevel.fatal level.
info(String message) → void
Logs a message at the LoggerLevel.info level.
setLevel(LoggerLevel level) → void
Sets the minimum log level.
verbose(String message, {Object? error, StackTrace? stackTrace}) → void
Logs a message at the LoggerLevel.verbose level.
warning(String message, {StackTrace? stackTrace}) → void
Logs a message at the LoggerLevel.warning level.