class
SimpleLogRecord[M] extends LogRecord[M]
Instance Constructors
-
new
SimpleLogRecord(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, timeStamp: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
boost(booster: (Double) ⇒ Double): LogRecord[M]
-
val
className: String
-
def
clone(): AnyRef
-
val
column: Option[Int]
-
def
copy(level: Level = level, value: Double = value, message: LazyMessage[M] = message, loggable: Loggable[M], throwable: Option[Throwable], fileName: String = fileName, className: String = className, methodName: Option[String] = methodName, line: Option[Int] = line, column: Option[Int] = column, thread: Thread = thread, timeStamp: Long = timeStamp): LogRecord[M]
-
def
dispose(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
fileName: String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
level: Level
-
val
line: Option[Int]
-
lazy val
logOutput: LogOutput
-
val
loggable: Loggable[M]
-
-
val
methodName: Option[String]
-
var
modifiers: Set[String]
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
thread: Thread
-
val
throwable: Option[Throwable]
-
val
timeStamp: Long
-
def
toString(): String
-
val
value: Double
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any