SquadronLogger class abstract

Basic interface for logging

Implementers

Constructors

SquadronLogger()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
logLevel int
Gets the log level
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

config(dynamic message) → void
Logs a message at SquadronLogLevel.config level
debug(dynamic message) → void
Logs a message at SquadronLogLevel.debug level
fine(dynamic message) → void
Logs a message at SquadronLogLevel.fine level
finer(dynamic message) → void
Logs a message at SquadronLogLevel.finer level
finest(dynamic message) → void
Logs a message at SquadronLogLevel.finest level
info(dynamic message) → void
Logs a message at SquadronLogLevel.info level
log(String message) → void
Base logging method. Implement this method to display the message. The method is called if the log level is enabled.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
severe(dynamic message) → void
Logs a message at SquadronLogLevel.severe level
shout(dynamic message) → void
Logs a message at SquadronLogLevel.shout level
toString() String
A string representation of this object.
inherited
warning(dynamic message) → void
Logs a message at SquadronLogLevel.warning level

Operators

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