BaseLogger class abstract

Implementers

Constructors

BaseLogger({required String logLevel})

Properties

hashCode int
The hash code for this object.
no setterinherited
levels Map<String, int>
final
logLevel String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagMetadata Map<String, Map<String, dynamic>>
getter/setter pair

Methods

debug(String tag, String message, [Map<String, dynamic>? meta]) → void
error(String tag, String message, [Map<String, dynamic>? meta]) → void
fatal(String tag, String message, [Map<String, dynamic>? meta]) → void
getCombinedMetadata(String tag, Map<String, dynamic>? meta) Map<String, dynamic>?
info(String tag, String message, [Map<String, dynamic>? meta]) → void
isLogLevelConditionMeet(String level) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTagMetadata({required String tag, required Map<String, dynamic> metadata}) → void
toString() String
A string representation of this object.
inherited

Operators

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