Package liquibase.logging
Class LogFactory
- All Implemented Interfaces:
 PluginFactory,SingletonObject
- 
Method Summary
Modifier and TypeMethodDescriptionstatic LogFactoryDeprecated.static LoggerDeprecated.static LoggerDeprecated.protected Class<LogService>protected intgetPriority(LogService logService, 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 Details
- 
getPluginClass
- Specified by:
 getPluginClassin classAbstractPluginFactory<LogService>
 - 
getPriority
Description copied from class:AbstractPluginFactoryReturns the priority of the given object based on the passed args array. The args are created as part of the custom public getPlugin method in implementations are passed throughAbstractPluginFactory.getPlugin(Object...)- Specified by:
 getPriorityin classAbstractPluginFactory<LogService>
 - 
getLogger
Deprecated. - 
getLogger
Deprecated. - 
getInstance
Deprecated. 
 - 
 
Scope.getSingleton(Class)