TLogger class
Custom logger class for application logging.
Constructors
Properties
Methods
-
debug(
String message) → void -
error(
String message, [StackTrace? stackTrace]) → void -
info(
String message, [dynamic value]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
padZero(
int number) → String -
padZeroMilliseconds(
int number) → String -
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited