public class LogServiceFactory extends AbstractPluginFactory<LogService>
| Modifier and Type | Method and Description |
|---|---|
LogService |
getDefaultLogService() |
protected Class<LogService> |
getPluginClass() |
protected int |
getPriority(LogService obj,
Object... args)
Returns the priority of the given object based on the passed args array.
|
findAllInstances, getPlugin, register, removeInstanceprotected Class<LogService> getPluginClass()
getPluginClass in class AbstractPluginFactory<LogService>protected int getPriority(LogService obj, Object... args)
AbstractPluginFactoryAbstractPluginFactory.getPlugin(Object...)getPriority in class AbstractPluginFactory<LogService>public LogService getDefaultLogService()
Copyright © 2021 Liquibase.org. All rights reserved.