Logger class
Main class that provides Logging functionality
tag should be set to the name of the project Can be used to ignore LogMessage from a particular tag
Constructors
- Logger.new(String name, [String tag = 'none'])
-
const
Properties
Methods
-
debug(
String message) → void -
error(
String message) → void -
fine(
String message) → void -
info(
String message) → void -
log(
LogMessage message) → void - Generic function which sends message to LogWriter
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String message) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override