Class ILogServiceFactoryProvider (2.0.0)

public final class ILogServiceFactoryProvider extends FactoryProvider<ILogServiceFactory>

Factory provider for ILogServiceFactory.

Note: This class is not intended for end users.

Inheritance

java.lang.Object > FactoryProvider > ILogServiceFactoryProvider

Constructors

ILogServiceFactoryProvider()

public ILogServiceFactoryProvider()

Methods

getFactoryInstance()

protected ILogServiceFactory getFactoryInstance()

Return an instance of the factory

Returns
TypeDescription
ILogServiceFactory
Overrides