LogRecord

trait LogRecord[M]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def className: String
def column: Option[Int]
def copy(level: Level, value: Double, message: LazyMessage[M], loggable: Loggable[M], throwable: Option[Throwable], fileName: String, className: String, methodName: Option[String], line: Option[Int], column: Option[Int], thread: Thread, data: Map[String, () => Any], timeStamp: Long): LogRecord[M]
def data: Map[String, () => Any]
def dispose(): Unit
def fileName: String
def level: Level
def levelValue: Double
def line: Option[Int]
def methodName: Option[String]
def thread: Thread
def throwable: Option[Throwable]
def timeStamp: Long

Concrete methods

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