case object LoggerInitialized extends LoggerInitialized with Product with Serializable
- Source
- Logging.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoggerInitialized
- Serializable
- Product
- Equals
- LoggerInitialized
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance: LoggerInitialized
Java API: get the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product