LogRecord

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply[M](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
def simple(message: String, fileName: String, className: String, methodName: Option[String], line: Option[Int], column: Option[Int], level: Level, thread: Thread, data: Map[String, () => Any], timeStamp: Long): LogRecord[String]
@tailrec
final
def throwable2LogOutput(message: LogOutput, t: Throwable, primaryCause: Boolean, b: StringBuilder): LogOutput

Converts a Throwable to a String representation for output in logging.

Converts a Throwable to a String representation for output in logging.

Concrete fields