Package

scribe.writer

manager

Permalink

package manager

Visibility
  1. Public
  2. All

Type Members

  1. trait ChangeHandler extends AnyRef

    Permalink
  2. trait FileLoggingManager extends AnyRef

    Permalink
  3. case class FlatFileLoggingManager(path: Path) extends FileLoggingManager with Product with Serializable

    Permalink
  4. case class FormattedFileLoggingManager(directory: Path, fileName: (Long) ⇒ String) extends FileLoggingManager with Product with Serializable

    Permalink
  5. case class PathResolution(path: Path, changed: Option[ChangeHandler]) extends Product with Serializable

    Permalink
  6. case class RollingFormattedFileLoggingManager(directory: Path, current: String, archive: (Long) ⇒ String) extends FileLoggingManager with Product with Serializable

    Permalink

Ungrouped