CompositeLogger class

A logger that forwards logs to multiple underlying loggers.

Inheritance

Constructors

CompositeLogger.new(List<ILogger> targets)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targets List<ILogger>
final

Methods

fatal(dynamic message) → void
override
fine(dynamic message) → void
override
get(String id) ILogger
override
info(dynamic message) → void
override
log(int level, dynamic message) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
severe(dynamic message) → void
override
shout(dynamic message) → void
override
silly(dynamic message) → void
override
toString() String
A string representation of this object.
inherited
verbose(dynamic message) → void
override
warning(dynamic message) → void
override

Operators

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