FilterableLogger class

Constructors

FilterableLogger()
factory

Properties

currentLogLevel → Level
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(Level logLevel, Object? message, {List<Object>? tags, LogFormat? customFormat}) String?
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

config(Object? message, {List<Object>? tags}) String?
fine(Object? message, {List<Object>? tags}) String?
finer(Object? message, {List<Object>? tags}) String?
finest(Object? message, {List<Object>? tags}) String?
info(Object? message, {List<Object>? tags}) String?
l1(Object? message, {List<Object>? tags}) String?
l2(Object? message, {List<Object>? tags}) String?
l3(Object? message, {List<Object>? tags}) String?
l4(Object? message, {List<Object>? tags}) String?
l5(Object? message, {List<Object>? tags}) String?
l6(Object? message, {List<Object>? tags}) String?
l7(Object? message, {List<Object>? tags}) String?
l8(Object? message, {List<Object>? tags}) String?
setup({Level level = Level.INFO, bool showTraceInfo = true, int traceLevel = 3, LogFormat? format, List<Object>? tagsFilter, LogRecordCallback? afterLogging}) → void
severe(Object? message, {List<Object>? tags}) String?
shout(Object? message, {List<Object>? tags}) String?
warning(Object? message, {List<Object>? tags}) String?