object LogLevels extends Serializable
- Source
- Attributes.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogLevels
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final val Debug: LogLevel
Use to enable logging at DEBUG level for certain operations when configuring Attributes#logLevels
- final val Error: LogLevel
Use to enable logging at ERROR level for certain operations when configuring Attributes#logLevels
- final val Info: LogLevel
Use to enable logging at INFO level for certain operations when configuring Attributes#logLevels
- final val Off: LogLevel
Use to disable logging on certain operations when configuring Attributes#logLevels
- final val Warning: LogLevel
Use to enable logging at WARNING level for certain operations when configuring Attributes#logLevels