Packages

p

scribe.writer

manager

package manager

Type Members

  1. trait ChangeHandler extends AnyRef
  2. trait FileLoggingManager extends AnyRef
  3. case class FlatFileLoggingManager(path: Path) extends FileLoggingManager with Product with Serializable
  4. case class FormattedFileLoggingManager(directory: Path, fileName: (Long) ⇒ String) extends FileLoggingManager with Product with Serializable
  5. case class PathResolution(path: Path, changed: Option[ChangeHandler]) extends Product with Serializable
  6. case class RollingFormattedFileLoggingManager(directory: Path, current: String, archive: (Long) ⇒ String) extends FileLoggingManager with Product with Serializable

Ungrouped