SimpleLogRecord

scribe.record.SimpleLogRecord
See theSimpleLogRecord companion object
class SimpleLogRecord(val level: Level, val levelValue: Double, val messages: List[LoggableMessage], val fileName: String, val className: String, val methodName: Option[String], val line: Option[Int], val column: Option[Int], val thread: Thread, val data: Map[String, () => Any], val timeStamp: Long) extends LogRecord

Attributes

Companion:
object
Graph
Supertypes
trait LogRecord
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def copy(level: Level, value: 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): LogRecord
override def dispose(): Unit

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
LogRecord
def checkModifierId(id: String, add: Boolean): Boolean

Attributes

Inherited from:
LogRecord
def get(key: String): Option[Any]

Attributes

Inherited from:
LogRecord
final def modify(modifiers: List[LogModifier]): Option[LogRecord]

Attributes

Inherited from:
LogRecord
def modify(modifier: LogModifier): Option[LogRecord]

Attributes

Inherited from:
LogRecord

Concrete fields

val className: String
val column: Option[Int]
val data: Map[String, () => Any]
val fileName: String
val levelValue: Double
val line: Option[Int]
lazy override val logOutput: LogOutput
val methodName: Option[String]
val thread: Thread
val timeStamp: Long

Inherited fields

final val id: Long

Attributes

Inherited from:
LogRecord