ParentSquadronLogger class

Logger for workers, forwarding log messages to parent

Inheritance

Constructors

ParentSquadronLogger()

Properties

hashCode int
The hash code for this object.
no setterinherited
logLevel int
Gets the log level
getter/setter pairinherited
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
inherited
debug(dynamic message) → void
Logs a message at SquadronLogLevel.debug level
inherited
fine(dynamic message) → void
Logs a message at SquadronLogLevel.fine level
inherited
finer(dynamic message) → void
Logs a message at SquadronLogLevel.finer level
inherited
finest(dynamic message) → void
Logs a message at SquadronLogLevel.finest level
inherited
format(int level, dynamic message) Iterable<String>
Formats the log message by splitting it into individual lines with a header including a timestamp, the worker id and the message's log level.
inherited
info(dynamic message) → void
Logs a message at SquadronLogLevel.info level
inherited
log(String message) → void
Log to parent
override
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
inherited
shout(dynamic message) → void
Logs a message at SquadronLogLevel.shout level
inherited
toString() String
A string representation of this object.
inherited
warning(dynamic message) → void
Logs a message at SquadronLogLevel.warning level
inherited

Operators

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