LogRecordPool

scribe.record.LogRecordPool
See theLogRecordPool companion object
class LogRecordPool extends LogRecord

Attributes

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

Members list

Concise view

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

Attributes

Definition Classes
override def dispose(): Unit

Attributes

Definition Classes
override def logOutput: LogOutput

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

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

Attributes

Inherited from:
LogRecord