rapture

log

package log

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. log
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Debug extends Trace

  2. trait Error extends Warn

  3. trait Fatal extends Error

  4. trait Info extends Debug

  5. case class Log(spec: Spec, out: Outputter, action: LogAction) extends Product with Serializable

  6. trait LogAction extends AnyRef

    Annotations
    @implicitNotFound( ... )
  7. trait LogLevel extends AnyRef

  8. implicit class LogStringContext extends AnyRef

  9. trait Loggable[-Msg] extends AnyRef

  10. case class Logger[Res](res: Res)(implicit appender: Appender[Res, String]) extends Outputter with Product with Serializable

  11. class NamedLogAction extends LogAction

  12. trait Outputter extends AnyRef

  13. case class SourceContext(lineNo: Int, sourceFile: String) extends Product with Serializable

  14. abstract class Spec extends AnyRef

  15. trait Trace extends LogLevel

  16. trait Warn extends Info

Value Members

  1. object Log extends Serializable

  2. object LogAction

  3. object LogMacros

  4. object Loggable

  5. object SourceContext extends Serializable

  6. val log: Log.type

  7. object logLevels

  8. object parts

  9. object stdoutLogging

Inherited from AnyRef

Inherited from Any

Ungrouped