Package liquibase.logging.core
Class LogServiceFactory
- java.lang.Object
-
- liquibase.plugin.AbstractPluginFactory<LogService>
-
- liquibase.logging.core.LogServiceFactory
-
- All Implemented Interfaces:
PluginFactory,SingletonObject
public class LogServiceFactory extends AbstractPluginFactory<LogService>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogServicegetDefaultLogService()protected Class<LogService>getPluginClass()protected intgetPriority(LogService obj, Object... args)Returns the priority of the given object based on the passed args array.-
Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
-
-
-
Method Detail
-
getPluginClass
protected Class<LogService> getPluginClass()
- Specified by:
getPluginClassin classAbstractPluginFactory<LogService>
-
getPriority
protected int getPriority(LogService obj, Object... args)
Description copied from class:AbstractPluginFactoryReturns the priority of the given object based on the passed args array. The args are created as as part of the custom public getPlugin method in implementations are are passed throughAbstractPluginFactory.getPlugin(Object...)- Specified by:
getPriorityin classAbstractPluginFactory<LogService>
-
getDefaultLogService
public LogService getDefaultLogService()
-
-