RudderLogger class

Constructors

RudderLogger.new()

Properties

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

Methods

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 Properties

logger ↔ Logger
getter/setter pair

Static Methods

init(int l) → void
logDebug(String message) → void
logError(String message) → void
logInfo(String message) → void
logVerbose(String message) → void
logWarn(String message) → void

Constants

DEBUG → const int
ERROR → const int
INFO → const int
NONE → const int
VERBOSE → const int
WARN → const int