aesi-eclipse / org.slf4j.impl / StaticLoggerBinder
StaticLoggerBinder
class StaticLoggerBinder : LoggerFactoryBinder
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
Author Ceki Gülcü
Properties
| REQUESTED_API_VERSION | static var REQUESTED_API_VERSION: StringDeclare the version of the SLF4J API this implementation is compiled against. The value of this field is modified with each major release. |
Functions
| getLoggerFactory | fun getLoggerFactory(): ILoggerFactory |
| getLoggerFactoryClassStr | fun getLoggerFactoryClassStr(): String |
| getSingleton | static fun getSingleton(): StaticLoggerBinderReturn the singleton of this class. |