AirframeLogManager

wvlet.log.AirframeLogManager
See theAirframeLogManager companion object
class AirframeLogManager extends LogManager

Custom log manager to postpone the reset of loggers This is based on the technique mentioned in: https://stackoverflow.com/questions/13825403/java-how-to-get-logger-to-work-in-shutdown-hook

Attributes

Companion:
object
Graph
Supertypes
class LogManager
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def reset(): Unit

Attributes

Definition Classes
LogManager

Inherited methods

def addConfigurationListener(x$0: Runnable): LogManager

Attributes

Inherited from:
LogManager
def addLogger(x$0: Logger): Boolean

Attributes

Inherited from:
LogManager
def checkAccess(): Unit

Attributes

Inherited from:
LogManager
def getLogger(x$0: String): Logger

Attributes

Inherited from:
LogManager
def getLoggerNames(): Enumeration[String]

Attributes

Inherited from:
LogManager
def getProperty(x$0: String): String

Attributes

Inherited from:
LogManager
def readConfiguration(x$0: InputStream): Unit

Attributes

Inherited from:
LogManager
def readConfiguration(): Unit

Attributes

Inherited from:
LogManager
def removeConfigurationListener(x$0: Runnable): Unit

Attributes

Inherited from:
LogManager
def updateConfiguration(x$0: InputStream, x$1: Function[String, BiFunction[String, String, String]]): Unit

Attributes

Inherited from:
LogManager
def updateConfiguration(x$0: Function[String, BiFunction[String, String, String]]): Unit

Attributes

Inherited from:
LogManager