LogRecord

scribe.LogRecord
See theLogRecord companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def boost(booster: Double => Double): LogRecord
def checkModifierId(id: String, add: Boolean): Boolean
def get(key: String): Option[Any]
def modify(modifier: LogModifier): Option[LogRecord]
final def modify(modifiers: List[LogModifier]): Option[LogRecord]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

final val id: Long
lazy val logOutput: LogOutput