LogRecordPool

class LogRecordPool extends LogRecord
Companion:
object
trait LogRecord
class Object
trait Matchable
class Any

Value members

Concrete methods

override 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
Definition Classes
override def dispose(): Unit
Definition Classes
override def logOutput: LogOutput
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

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 timeStamp: Long

Inherited fields

final val id: Long
Inherited from:
LogRecord