Logger class

Internal logger class

Constructors

Logger()
Factory for internal logger class
factory
Logger.private()
Private constructor for internal logger class

Properties

hashCode int
The hash code for this object.
no setterinherited
instance Logger
Setter for Testing
no getter
logLevel LogLevel
Set the global logLevel
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

d(String message, {LogType logType = LogType.Info}) → void
Is logging a debug log. This will only be logged if the customer activated the debug logs
i(String? message, {LogType logType = LogType.Info}) → void
Is logging a info log. This log will always be displayed. So be careful when using it
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