LogRecord

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(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
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
@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