Packages

package config

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(root: LoggerPathConfig, entries: Map[String, LoggerPathConfig]) extends Product with Serializable
  4. final case class LoggerPathConfig(threshold: Level, sinks: Seq[LogSink]) extends Product with Serializable

Ungrouped