ILogger class abstract

Implementers

Constructors

ILogger()

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

console(Object message, {Map<String, dynamic>? data, Object? error, StackTrace? stackTrace, String? source}) → void
debug(Object message, {Map<String, dynamic>? data, Object? error, StackTrace? stackTrace, String? source}) → void
error(Object? message, {Object? error, Map<String, dynamic>? data, StackTrace? stackTrace, String? source}) → void
exception(Object? message, {Exception? error, Map<String, dynamic>? data, StackTrace? stackTrace, String? source}) → void
info(Object message, {Map<String, dynamic>? data, Object? error, StackTrace? stackTrace, String? source}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warn(Object message, {Map<String, dynamic>? data, Object? error, StackTrace? stackTrace, String? source}) → void

Operators

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