GlobalLogger class

Global logger class that will be used to log messages throughout the SDK

Constructors

GlobalLogger.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

d(String message) → void
Log a message with the debug log level.
e(String message) → void
Log a message with the error log level.
i(String message) → void
Log a message with the info log level.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v(String message) → void
Log a message with the verto log level. Verto logs are logs related to the Verto protocol.
w(String message) → void
Log a message with the warning log level.

Operators

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

Static Properties

logger CustomLogger
Get the current logger instance
getter/setter pair