AirframeLogManager

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

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

Companion
object
class LogManager
class Object
trait Matchable
class Any

Value members

Concrete methods

override def reset(): Unit
Definition Classes
LogManager

Inherited methods

def addConfigurationListener(`x$0`: Runnable): LogManager
Inherited from
LogManager
def addLogger(`x$0`: Logger): Boolean
Inherited from
LogManager
@throws(java.lang.SecurityException)
def checkAccess(): Unit
Inherited from
LogManager
def getLogger(`x$0`: String): Logger
Inherited from
LogManager
def getLoggerNames(): Enumeration[String]
Inherited from
LogManager
def getProperty(`x$0`: String): String
Inherited from
LogManager
@throws(java.lang.SecurityException) @throws(java.io.IOException)
def readConfiguration(`x$0`: InputStream): Unit
Inherited from
LogManager
@throws(java.lang.SecurityException) @throws(java.io.IOException)
def readConfiguration(): Unit
Inherited from
LogManager
def removeConfigurationListener(`x$0`: Runnable): Unit
Inherited from
LogManager
@throws(java.io.IOException)
def updateConfiguration(`x$0`: InputStream, `x$1`: Function[String, BiFunction[String, String, String]]): Unit
Inherited from
LogManager
@throws(java.io.IOException)
def updateConfiguration(`x$0`: Function[String, BiFunction[String, String, String]]): Unit
Inherited from
LogManager