StrategicLoggerCompatibilityWrapper class

Compatibility wrapper that implements popular logger interfaces

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

debug(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Debug logging (compatible with logger package)
error(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Error logging (compatible with logger package)
fatal(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Fatal logging (compatible with logger package)
info(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Info logging (compatible with logger package)
log(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log method (compatible with logger package)
logWithLevel(LogLevel level, dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Log with custom level (compatible with logger package)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verbose(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Verbose logging (compatible with logger package)
warning(dynamic message, [dynamic error, StackTrace? stackTrace]) → void
Warning logging (compatible with logger package)

Operators

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