package config
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait LogConfigService extends AnyRef
- final case class LogEntryConfig(sinks: Seq[LogSink]) extends AnyVal with Product with Serializable
- final case class LoggerConfig(entries: List[LoggerRule], root: LoggerRule) extends Product with Serializable
- final case class LoggerPath(path: NEList[LoggerPathElement], lines: Set[Int]) extends Product with Serializable
- final case class LoggerPathConfig(threshold: Level, sinks: Seq[LogSink]) extends Product with Serializable
- sealed trait LoggerPathElement extends AnyRef
- final case class LoggerRule(path: LoggerPath, config: LoggerPathConfig) extends Product with Serializable
- sealed trait LoggingTarget extends AnyRef
Value Members
- object LoggerPath extends Serializable
- object LoggerPathElement
- object LoggingTarget
- Annotations
- @nowarn()