LogRotationHandler

class LogRotationHandler(fileName: String, maxNumberOfFiles: Int, maxSizeInBytes: Long, formatter: LogFormatter, logFileExt: String, tempFileExt: String) extends Handler with AutoCloseable with Flushable

Log rotation handler

Log rotation handler

Companion
object
trait Flushable
trait AutoCloseable
class Handler
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def getEncoding(): String
Inherited from
Handler
def getErrorManager(): ErrorManager
Inherited from
Handler
def getFilter(): Filter
Inherited from
Handler
def getFormatter(): Formatter
Inherited from
Handler
def getLevel(): Level
Inherited from
Handler
def isLoggable(`x$0`: LogRecord): Boolean
Inherited from
Handler
@throws(java.io.UnsupportedEncodingException) @throws(java.lang.SecurityException)
def setEncoding(`x$0`: String): Unit
Inherited from
Handler
def setErrorManager(`x$0`: ErrorManager): Unit
Inherited from
Handler
@throws(java.lang.SecurityException)
def setFilter(`x$0`: Filter): Unit
Inherited from
Handler
@throws(java.lang.SecurityException)
def setFormatter(`x$0`: Formatter): Unit
Inherited from
Handler
@throws(java.lang.SecurityException)
def setLevel(`x$0`: Level): Unit
Inherited from
Handler