Package

com.outr

scribe

Permalink

package scribe

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scribe
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AnyLogging extends AnyRef

    Permalink
  2. class Level extends AnyRef

    Permalink
  3. trait LogHandler extends AnyRef

    Permalink
  4. class LogRecord extends AnyRef

    Permalink
  5. case class Logger(parentName: Option[String] = Some(Logger.rootName), multiplier: Double = 1.0) extends Product with Serializable

    Permalink

    Logger is the class to which all logging calls are made.

    Logger is the class to which all logging calls are made. The primary use-case of Logger is via use of the Logging trait that may be mixed-in to any class.

    parentName

    the name of the parent logger if there is one (defaults to the root logger)

    multiplier

    the multiplier that should be applied to boost the value of all messages routed through this logger (Defaults to 1.0)

  6. trait Logging extends AnyRef

    Permalink

    Logging is a mix-in to conveniently add logging support to any class or object.

  7. case class StandardLogHandler(level: Level, formatter: Formatter, writer: Writer) extends LogHandler with Product with Serializable

    Permalink

Value Members

  1. object Level

    Permalink
  2. object LogHandler

    Permalink
  3. object LogRecord

    Permalink
  4. object Logger extends Serializable

    Permalink
  5. object Macros

    Permalink
  6. object Platform

    Permalink
  7. package formatter

    Permalink
  8. macro def logger: Logger

    Permalink
  9. package writer

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped