FileHandler

wvlet.log.FileHandler
class FileHandler(fileName: String, formatter: LogFormatter, logFileExt: String) extends LogRotationHandler

Writing logs to a file without rotation. This is just an wrapper of LogRotationHandler

Attributes

Graph
Supertypes
trait Flushable
trait AutoCloseable
class Handler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def close(): Unit

Attributes

Definition Classes
LogRotationHandler -> AutoCloseable -> Handler
Inherited from:
LogRotationHandler
override def flush(): Unit

Attributes

Definition Classes
LogRotationHandler -> Flushable -> Handler
Inherited from:
LogRotationHandler
def getEncoding(): String

Attributes

Inherited from:
Handler
def getErrorManager(): ErrorManager

Attributes

Inherited from:
Handler
def getFilter(): Filter

Attributes

Inherited from:
Handler
def getFormatter(): Formatter

Attributes

Inherited from:
Handler
def getLevel(): Level

Attributes

Inherited from:
Handler
def isLoggable(x$0: LogRecord): Boolean

Attributes

Inherited from:
Handler
override def publish(record: LogRecord): Unit

Attributes

Definition Classes
LogRotationHandler -> Handler
Inherited from:
LogRotationHandler
def setEncoding(x$0: String): Unit

Attributes

Inherited from:
Handler
def setErrorManager(x$0: ErrorManager): Unit

Attributes

Inherited from:
Handler
def setFilter(x$0: Filter): Unit

Attributes

Inherited from:
Handler
def setFormatter(x$0: Formatter): Unit

Attributes

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

Attributes

Inherited from:
Handler