DartConsoleLogger class Logging

A Logger which formats logs in the same way as ConsoleLogger but uses Dart's print function.

Inheritance

Constructors

DartConsoleLogger([LogLevel? level])
Creates a Logger which formats logs in the same way as ConsoleLogger but uses Dart's print function.

Properties

hashCode int
The hash code for this object.
no setterinherited
level LogLevel
The minimum log level for which log will be called.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(LogLevel level, LogDomain domain, String message) → void
The callback which is invoked for each log message.
override
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