SLF4AServiceProvider

cc.otavia.core.slf4a.spi.SLF4AServiceProvider

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract 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

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.

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