LogRecord

wvlet.log.LogRecord
See theLogRecord companion object
case class LogRecord(level: LogLevel, source: Option[LogSource], message: String, cause: Option[Throwable]) extends LogRecord

Attributes

Companion
object
Graph
Supertypes
trait Product
trait Equals
class LogRecord
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def leafLoggerName: String

Inherited methods

def getInstant(): Instant

Attributes

Inherited from:
LogRecord
def getLevel(): Level

Attributes

Inherited from:
LogRecord
def getLoggerName(): String

Attributes

Inherited from:
LogRecord
def getMessage(): String

Attributes

Inherited from:
LogRecord
def getMillis(): Long

Attributes

Inherited from:
LogRecord
def getParameters(): Array[<FromJavaObject>]

Attributes

Inherited from:
LogRecord
def getResourceBundle(): ResourceBundle

Attributes

Inherited from:
LogRecord
def getResourceBundleName(): String

Attributes

Inherited from:
LogRecord
def getSequenceNumber(): Long

Attributes

Inherited from:
LogRecord
def getSourceClassName(): String

Attributes

Inherited from:
LogRecord
def getSourceMethodName(): String

Attributes

Inherited from:
LogRecord
def getThreadID(): Int

Attributes

Inherited from:
LogRecord
def getThrown(): Throwable

Attributes

Inherited from:
LogRecord
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def setInstant(x$0: Instant): Unit

Attributes

Inherited from:
LogRecord
def setLevel(x$0: Level): Unit

Attributes

Inherited from:
LogRecord
def setLoggerName(x$0: String): Unit

Attributes

Inherited from:
LogRecord
def setMessage(x$0: String): Unit

Attributes

Inherited from:
LogRecord
def setParameters(x$0: Array[<FromJavaObject>]): Unit

Attributes

Inherited from:
LogRecord
def setResourceBundle(x$0: ResourceBundle): Unit

Attributes

Inherited from:
LogRecord
def setResourceBundleName(x$0: String): Unit

Attributes

Inherited from:
LogRecord
def setSequenceNumber(x$0: Long): Unit

Attributes

Inherited from:
LogRecord
def setSourceClassName(x$0: String): Unit

Attributes

Inherited from:
LogRecord
def setSourceMethodName(x$0: String): Unit

Attributes

Inherited from:
LogRecord
def setThreadID(x$0: Int): Unit

Attributes

Inherited from:
LogRecord
def setThrown(x$0: Throwable): Unit

Attributes

Inherited from:
LogRecord

Deprecated and Inherited methods

@Deprecated
def setMillis(x$0: Long): Unit

Attributes

Deprecated
true
Inherited from:
LogRecord