Logger class abstract

Constructors

Logger(String name, {LogLevel showLevel = LogLevel.info})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone Zone?
getter/setter pair

Methods

debug(String message, {List? args}) → void
error(String message, {List? args, Object? error}) → void
info(String message, {List? args}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trace(String message, {List? args, Object? error, StackTrace? stackTrace}) → void
warn(String message, {List? args}) → void

Operators

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