Logger class

Annotations
  • @JS()

Constructors

Logger.fakeConstructor$()

Properties

globalLog ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug([dynamic args1, dynamic args2, dynamic args3, dynamic args4, dynamic args5]) → dynamic
error([dynamic args1, dynamic args2, dynamic args3, dynamic args4, dynamic args5]) → dynamic
globalLogError(String message) → dynamic
globalLogWarn(String message) → dynamic
log(void defaultLoggingFunction(String message), [dynamic args1, dynamic args2, dynamic args3, dynamic args4, dynamic args5]) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warn([dynamic args1, dynamic args2, dynamic args3, dynamic args4, dynamic args5]) → dynamic

Operators

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