NOPServiceProvider

cc.otavia.core.slf4a.nop.NOPServiceProvider

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

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
override def getRequestedApiVersion: String

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
override def initialize(): Unit

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