LogRecordPool

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

Value members

Concrete methods

override
def copy(level: Level, value: Double, message: Message[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]
Definition Classes
override
def dispose(): Unit
Definition Classes
override
Definition Classes

Inherited methods

def boost(booster: Double => Double): LogRecord[M]
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[M]]
Inherited from
LogRecord
def modify(modifier: LogModifier): Option[LogRecord[M]]
Inherited from
LogRecord

Concrete fields

var className: String
var column: Option[Int]
var data: Map[String, () => Any]
var fileName: String
var levelValue: Double
var line: Option[Int]
var methodName: Option[String]
var thread: Thread
var throwable: Option[Throwable]
var timeStamp: Long