LogLevels class

A class that provides log levels.

Constructors

LogLevels()
const

Properties

all → Level
Level all - log everything
no setter
debug → Level
Level debug - log debug and above
no setter
error → Level
Level error - log error and above
no setter
fatal → Level
Level fatal - log fatal and above
no setter
hashCode int
The hash code for this object.
no setterinherited
info → Level
Level info - log info and above
no setter
off → Level
Level off - log nothing
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trace → Level
Level trace - log everything
no setter
warning → Level
Level warning - log warning and above
no setter

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