Logger class abstract

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDebugEnabled bool
no setter
isErrorEnabled bool
no setter
isFatalEnabled bool
no setter
isInfoEnabled bool
no setter
isTraceEnabled bool
no setter
isWarnEnabled bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(ExecutionContext executionContext, String message, [List args]) → void
error(ExecutionContext executionContext, String message, [List args]) → void
fatal(ExecutionContext executionContext, String message, [List args]) → void
getSubLogger(String name) Logger
Get sub-logger that belong to this logger
info(ExecutionContext executionContext, 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(ExecutionContext executionContext, String message, [List args]) → void
warn(ExecutionContext executionContext, String message, [List args]) → void

Operators

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