Packages

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait LogConfigService extends AnyRef
  2. final case class LogEntryConfig(sinks: Seq[LogSink]) extends AnyVal with Product with Serializable
  3. final case class LoggerConfig(entries: List[LoggerRule], root: LoggerRule) extends Product with Serializable
  4. final case class LoggerPath(path: NEList[LoggerPathElement], lines: Set[Int]) extends Product with Serializable
  5. final case class LoggerPathConfig(threshold: Level, sinks: Seq[LogSink]) extends Product with Serializable
  6. sealed trait LoggerPathElement extends AnyRef
  7. final case class LoggerRule(path: LoggerPath, config: LoggerPathConfig) extends Product with Serializable
  8. sealed trait LoggingTarget extends AnyRef

Value Members

  1. object LoggerPath extends Serializable
  2. object LoggerPathElement
  3. object LoggingTarget
    Annotations
    @nowarn()

Ungrouped