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

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

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

Value members

Inherited methods

override def close(): Unit
Definition Classes
LogRotationHandler -> AutoCloseable -> Handler
Inherited from
LogRotationHandler
override def flush(): Unit
Definition Classes
LogRotationHandler -> Flushable -> Handler
Inherited from
LogRotationHandler
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
override def publish(record: LogRecord): Unit
Definition Classes
Inherited from
LogRotationHandler
@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