open class LoggerFactory
Author
Tim Fox
LoggerFactory() |
static val LOGGER_DELEGATE_FACTORY_CLASS_NAME: String |
open static fun getLogger(clazz: Class<*>): Loggeropen static fun getLogger(name: String): Logger |
|
open static fun initialise(): Unit |
|
open static fun removeLogger(name: String): Unit |