LogLevel enum
LogLevel enum. Using as value of 'IniData.logLevelFile' 'IniData.logLevelIde'
Values
- stack → const LogLevel
-
Most detailed log level
const LogLevel(SiprixVoipSdk.kLogLevelStack, "Stack")
- debug → const LogLevel
-
Detailed log level for regulr debugging
const LogLevel(SiprixVoipSdk.kLogLevelDebug, "Debug")
- info → const LogLevel
-
Default log level
const LogLevel(SiprixVoipSdk.kLogLevelInfo, "Info")
- warning → const LogLevel
-
Display warnings only
const LogLevel(SiprixVoipSdk.kLogLevelWarning, "Warning")
- error → const LogLevel
-
Display errors only
const LogLevel(SiprixVoipSdk.kLogLevelError, "Error")
- none → const LogLevel
-
Don't display any logs
const LogLevel(SiprixVoipSdk.kLogLevelNone, "None")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Value
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
User friendly name of the selected option
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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