object LogSeverity extends GeneratedEnumCompanion[LogSeverity] with Serializable
- Alphabetic
- By Inheritance
- LogSeverity
- Serializable
- Serializable
- GeneratedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed trait Recognized extends LogSeverity
-
final
case class
Unrecognized(unrecognizedValue: Int) extends LogSeverity with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = LogSeverity
- Definition Classes
- GeneratedEnumCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[LogSeverity]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromName(name: String): Option[LogSeverity]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): LogSeverity
- Definition Classes
- LogSeverity → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- LogSeverity → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- LogSeverity → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[Recognized]
- Definition Classes
- LogSeverity → GeneratedEnumCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
ALERT extends LogSeverity with Recognized with Product with Serializable
(700) A person must take an action immediately.
(700) A person must take an action immediately.
- Annotations
- @SerialVersionUID()
-
object
CRITICAL extends LogSeverity with Recognized with Product with Serializable
(600) Critical events cause more severe problems or outages.
(600) Critical events cause more severe problems or outages.
- Annotations
- @SerialVersionUID()
-
object
DEBUG extends LogSeverity with Recognized with Product with Serializable
(100) Debug or trace information.
(100) Debug or trace information.
- Annotations
- @SerialVersionUID()
-
object
DEFAULT extends LogSeverity with Recognized with Product with Serializable
(0) The log entry has no assigned severity level.
(0) The log entry has no assigned severity level.
- Annotations
- @SerialVersionUID()
-
object
EMERGENCY extends LogSeverity with Recognized with Product with Serializable
(800) One or more systems are unusable.
(800) One or more systems are unusable.
- Annotations
- @SerialVersionUID()
-
object
ERROR extends LogSeverity with Recognized with Product with Serializable
(500) Error events are likely to cause problems.
(500) Error events are likely to cause problems.
- Annotations
- @SerialVersionUID()
-
object
INFO extends LogSeverity with Recognized with Product with Serializable
(200) Routine information, such as ongoing status or performance.
(200) Routine information, such as ongoing status or performance.
- Annotations
- @SerialVersionUID()
-
object
NOTICE extends LogSeverity with Recognized with Product with Serializable
(300) Normal but significant events, such as start up, shut down, or a configuration change.
(300) Normal but significant events, such as start up, shut down, or a configuration change.
- Annotations
- @SerialVersionUID()
-
object
WARNING extends LogSeverity with Recognized with Product with Serializable
(400) Warning events might cause problems.
(400) Warning events might cause problems.
- Annotations
- @SerialVersionUID()