LogFormatter

trait LogFormatter extends Formatter

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

Companion:
object
class Formatter
class Object
trait Matchable
class Any

Value members

Abstract methods

def formatLog(r: LogRecord): String

Concrete methods

override def format(record: LogRecord): String
Definition Classes
Formatter

Inherited methods

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