Object

de.h2b.scala.lib.util

Level

Related Doc: package util

Permalink

object Level extends Enumeration

An enumeration type for providing different logging levels.

The levels are prioritized in the order as they are declared. As a clue, dummy priority numbers are given below to show the ordering, but beware that these numbers are not part of the specification nor of the implementation.

Copyright (C) 2008, 2015 Hans-Hermann Bode

Version

2.0

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Level
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Level = Value

    Permalink
  2. class Val extends Value with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable

    Permalink
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Permalink
    Definition Classes
    Enumeration

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val All: Value

    Permalink

    Flag to indicate any level.

    Flag to indicate any level. Lowest priority.

    All events should be logged.

  5. val Config: Value

    Permalink

    Flag to indicate configuration level.

    Flag to indicate configuration level. Dummy priority 3.

    A message level for static configuration messages.

  6. val Debug: Value

    Permalink

    Flag to indicate debugging level.

    Flag to indicate debugging level. Dummy priority 2.

    A general debugging event.

  7. val Error: Value

    Permalink

    Flag to indicate error level.

    Flag to indicate error level. Dummy priority 6.

    An error in the application, possibly recoverable.

  8. val Fatal: Value

    Permalink

    Flag to indicate fatal level.

    Flag to indicate fatal level. Dummy priority 7.

    A severe error that will prevent the application from continuing.

  9. val Info: Value

    Permalink

    Flag to indicate information level.

    Flag to indicate information level. Dummy priority 4.

    An event for informational purposes.

  10. val Off: Value

    Permalink

    Flag to indicate no level.

    Flag to indicate no level. Highest priority.

    No events will be logged.

  11. val Trace: Value

    Permalink

    Flag to indicate tracing level.

    Flag to indicate tracing level. Dummy priority 1.

    A fine-grained debug message, typically capturing the flow through the application.

  12. final def Value(i: Int, name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  13. final def Value(name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  14. final def Value(i: Int): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  15. final def Value: Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  16. val Warn: Value

    Permalink

    Flag to indicate warning level.

    Flag to indicate warning level. Dummy priority 5.

    An event that might possible lead to an error.

  17. final def apply(x: Int): Value

    Permalink
    Definition Classes
    Enumeration
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def maxId: Int

    Permalink
    Definition Classes
    Enumeration
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. var nextId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  28. var nextName: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def readResolve(): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    Enumeration → AnyRef → Any
  34. def values: ValueSet

    Permalink
    Definition Classes
    Enumeration
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def withName(s: String): Value

    Permalink
    Definition Classes
    Enumeration

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped