ImpaktfullLogger class

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 Methods

attachListener(ImpaktfulLoggerListener listener) → void
debug(Object message) → void
info(Object message) → void
logBreadcrumb(String message) → void
logError(String message, {Object? error, StackTrace? trace, bool report = false}) → void
logWarning(Object message) → void
removeListener(ImpaktfulLoggerListener listener) → void
reportError(String message, {required Object? error, required StackTrace? trace}) → void
setLogLevel(ImpaktfullLogType logLevel) → void
verbose(Object message) → void