SimpleLogRecord

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
Companion:
object
trait LogRecord
class Object
trait Matchable
class Any

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
Definition Classes

Inherited methods

def boost(booster: Double => Double): LogRecord
Inherited from:
LogRecord
def checkModifierId(id: String, add: Boolean): Boolean
Inherited from:
LogRecord
def get(key: String): Option[Any]
Inherited from:
LogRecord
@tailrec
final def modify(modifiers: List[LogModifier]): Option[LogRecord]
Inherited from:
LogRecord
def modify(modifier: LogModifier): Option[LogRecord]
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
Inherited from:
LogRecord