BoxerLoggerInstance class

Constructors

BoxerLoggerInstance()

Properties

fatalReporter BoxerFatalError?
Database operations error handler, execute or query sql etc...
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logger BoxerLoggerFunc?
External Logger function
getter/setter pair
marker BoxerMarkerFunc?
External Marker, for some benchmark
getter/setter pair
mTAG String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

console(String expr()) → void
https://dart.dev/guides/language/language-tour#assert Only print and evaluate the expression function on debug mode, will omit in production/profile mode
d(String? tag, String message) → void
debug log
e(String? tag, String message) → void
error log
f(String? tag, String message) → void
fatal log
i(String? tag, String message) → void
info log
mark({int flag = 0, String? tag, Object? object}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportFatal(dynamic e, dynamic s) → void
toString() String
A string representation of this object.
inherited
v(String? tag, String message) → void
verbose log
w(String? tag, String message) → void
warning log

Operators

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