ConsoleLogBackend class
The default LogBackend implementation.
It logs messages to stdout. Every message with a severity below the log level is dropped. The log level can be changed by setting the config value "datahub.log". The default log level is debug (0).
- Inheritance
-
- Object
- LogBackend
- ConsoleLogBackend
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
-
initialize(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publish(
LogMessage message) → void -
override
-
setLogLevel(
int level) → void -
override
-
shutdown(
) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited