LogRotationHandler

wvlet.log.LogRotationHandler
See theLogRotationHandler companion object
class LogRotationHandler(fileName: String, maxNumberOfFiles: Int, maxSizeInBytes: Long, formatter: LogFormatter, logFileExt: String, tempFileExt: String) extends Handler with AutoCloseable with Flushable

Log rotation handler

Attributes

Companion:
object
Graph
Supertypes
trait Flushable
trait AutoCloseable
class Handler
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

override def close(): Unit

Attributes

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

Attributes

Definition Classes
Flushable -> Handler
override def publish(record: LogRecord): Unit

Attributes

Definition Classes
Handler

Inherited methods

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
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