LogFormatter

wvlet.log.LogFormatter
See theLogFormatter companion object
trait LogFormatter extends Formatter

To implement your own log formatter, implement this formatLog(r: LogRecord) method

Attributes

Companion:
object
Graph
Supertypes
class Formatter
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def formatLog(r: LogRecord): String

Concrete methods

override def format(record: LogRecord): String

Attributes

Definition Classes
Formatter

Inherited methods

def formatMessage(x$0: LogRecord): String

Attributes

Inherited from:
Formatter
def getHead(x$0: Handler): String

Attributes

Inherited from:
Formatter
def getTail(x$0: Handler): String

Attributes

Inherited from:
Formatter