case class LoggerConfig(fallbackToConsole: Option[Boolean] = None, disableSlf4J: Option[Boolean] = None, loggerName: Option[String] = None, diagnosticContextEnabled: Option[Boolean] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggerConfig
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LoggerConfig(fallbackToConsole: Option[Boolean] = None, disableSlf4J: Option[Boolean] = None, loggerName: Option[String] = None, diagnosticContextEnabled: Option[Boolean] = None)

Value Members

  1. def diagnosticContextEnabled(value: Boolean): LoggerConfig
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product

Deprecated Value Members

  1. def disableSlf4J(value: Boolean): LoggerConfig
    Annotations
    @Deprecated
    Deprecated
  2. def fallbackToConsole(value: Boolean): LoggerConfig
    Annotations
    @Deprecated
    Deprecated
  3. def loggerName(value: String): LoggerConfig
    Annotations
    @Deprecated
    Deprecated