Interface ILogServiceFactory (2.0.0)

public interface ILogServiceFactory

Creates LogService implementations.

Methods

getLogService()

public abstract LogService getLogService()

Creates a LogService.

Returns
Type Description
LogService