AppLogger class
Centralized logger for ODBC Fast
Constructors
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 Properties
- logger → Logger
-
Get logger instance
no setter
Static Methods
-
fine(
String message, [Object? error, StackTrace? stackTrace]) → void - Shorthand for logger.fine
-
info(
String message, [Object? error, StackTrace? stackTrace]) → void - Shorthand for logger.info
-
initialize(
{Level level = Level.INFO}) → void - Initialize logging system Call this once at application startup
-
severe(
String message, [Object? error, StackTrace? stackTrace]) → void - Shorthand for logger.severe
-
shout(
String message, [Object? error, StackTrace? stackTrace]) → void - Shorthand for logger.shout
-
warning(
String message, [Object? error, StackTrace? stackTrace]) → void - Shorthand for logger.warning