scribe

package scribe

Members list

Packages

package scribe.filter
package scribe.format
package scribe.handler
package scribe.jul
package scribe.mdc
package scribe.message
package scribe.modify
package scribe.output
package scribe.util
package scribe.writer

Type members

Classlikes

object ANSI

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ANSI.type
case class ANSI(ansi: String, `type`: String, default: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
implicit class AnyLogging(value: Any)

Attributes

Supertypes
class Object
trait Matchable
class Any
object Execution

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Execution.type
trait JavaScriptConsole extends Object

Facade around extra features of the JavaScript console in the browser

Facade around extra features of the JavaScript console in the browser

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
case class Level(name: String, value: Double) extends LogFeature

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait LogFeature
class Object
trait Matchable
class Any
Show all
object Level

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Level.type
trait LogFeature

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Message[M]
object EmptyMessage
class LazyMessage[M]
class StaticMessage[M]
class Level
Show all
object LogFeature

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
LogFeature.type
case class LogRecord(level: Level, levelValue: Double, messages: List[LoggableMessage], fileName: String, className: String, methodName: Option[String], line: Option[Int], column: Option[Int], thread: Thread, data: Map[String, () => Any], timeStamp: Long)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LogRecord

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LogRecord.type

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Loggable[-T]

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Logger(parentId: Option[LoggerId], modifiers: List[LogModifier], handlers: List[LogHandler], overrideClassName: Option[String], data: Map[String, () => Any], id: LoggerId) extends LoggerSupport[Unit]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait LoggerSupport[Unit]
class Object
trait Matchable
class Any
Show all
object Logger

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Logger.type
final case class LoggerId(value: Long) extends AnyVal

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object LoggerId

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
LoggerId.type
trait LoggerSupport[F]

Attributes

Companion
object
Supertypes
class Any
Known subtypes
class Logger
object LoggerSupport

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Logging

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any
class LoggingOutputStream(loggerId: LoggerId, level: Level, className: String, methodName: Option[String]) extends OutputStream

Attributes

Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
trait MinimumLevel

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FromClass
class FromId
class FromLogger
class FromString
object MinimumLevel

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Platform.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Platform
final class Priority(val value: Double) extends AnyVal

Attributes

Companion
object
Supertypes
class AnyVal
trait Matchable
class Any
object Priority

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Priority.type

Value members

Concrete methods

def boost(booster: Double => Double): LogFeature

LogFeature convenience functionality to set a booster on a log

LogFeature convenience functionality to set a booster on a log

Attributes

def data(key: String, value: => Any): LogFeature

LogFeature convenience functionality to set data on a log

LogFeature convenience functionality to set data on a log

Attributes

def data(map: Map[String, Any]): LogFeature

LogFeature convenience functionality to set a map of data on a log

LogFeature convenience functionality to set a map of data on a log

Attributes

def dispose(): Unit
def includes(level: Level)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Boolean
final override def log(record: LogRecord): Unit

Attributes

Definition Classes
override def log(level: Level, mdc: MDC, features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit

Attributes

Definition Classes
def thread(thread: Thread): LogFeature

LogFeature convenience functionality to override the default thread on a log

LogFeature convenience functionality to override the default thread on a log

Attributes

def timeStamp(timeStamp: Long): LogFeature

LogFeature convenience functionality to override the timeStamp on a log

LogFeature convenience functionality to override the timeStamp on a log

Attributes

Inherited methods

def apply[Return](keyValues: (String, Any)*)(f: => Return): Return

Contextualize key/value pairs set on MDC. This will be made avoid on each log record within

Contextualize key/value pairs set on MDC. This will be made avoid on each log record within

Value parameters

f

the context for which these MDC values are set

keyValues

tuples of key/value pairs to set on MDC

Attributes

Inherited from:
LoggerSupport
def debug(features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line, mdc: MDC): Unit

Attributes

Inherited from:
LoggerSupport
def elapsed[Return](f: => Return)(implicit mdc: MDC): Return

Includes MDC elapsed to show elapsed time within the block

Includes MDC elapsed to show elapsed time within the block

Value parameters

f

the code block to time

Attributes

Inherited from:
LoggerSupport
def error(features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line, mdc: MDC): Unit

Attributes

Inherited from:
LoggerSupport
def fatal(features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line, mdc: MDC): Unit

Attributes

Inherited from:
LoggerSupport
def info(features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line, mdc: MDC): Unit

Attributes

Inherited from:
LoggerSupport
def trace(features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line, mdc: MDC): Unit

Attributes

Inherited from:
LoggerSupport
def warn(features: LogFeature*)(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line, mdc: MDC): Unit

Attributes

Inherited from:
LoggerSupport

Concrete fields

lazy val lineSeparator: String

Implicits

Implicits

final implicit def AnyLogging(value: Any): AnyLogging
implicit def level2Double(level: Level): Double