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, removeInstance
protected Class<LogService> getPluginClass()
getPluginClass
in class AbstractPluginFactory<LogService>
protected int getPriority(LogService obj, Object... args)
AbstractPluginFactory
AbstractPluginFactory.getPlugin(Object...)
getPriority
in class AbstractPluginFactory<LogService>
public LogService getDefaultLogService()
Copyright © 2023 Liquibase.org. All rights reserved.