NERtcLogLevel class Null safety

Log level

Constructors

NERtcLogLevel()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

debug → const int
6
detail_info → const int
Detail Info level log
4
error → const int
Error level log
1
fatal → const int
Fatal level log
0
info → const int
Info level log The default level.
3
verbose → const int
Verbose level log
5
warning → const int
Warning level log
2