NOPServiceProvider
cc.otavia.core.slf4a.nop.NOPServiceProvider
class NOPServiceProvider extends SLF4AServiceProvider
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
Attributes
- Returns
-
instance of ILoggerFactory
- Definition Classes
Return the maximum API version for SLF4J that the logging implementation supports.
Return the maximum API version for SLF4J that the logging implementation supports.
For example: "2.0.1".
Attributes
- Returns
-
the string API version.
- Definition Classes
Initialize the logging back-end.
Initialize the logging back-end.
WARNING: This method is intended to be called once by LoggerFactory class and from nowhere else.
Attributes
- Definition Classes
In this article