public class LogFactory extends AbstractPluginFactory<LogService>
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger()
Deprecated.
|
static Logger |
getLogger(String ignored)
Deprecated.
|
protected Class<LogService> |
getPluginClass() |
protected int |
getPriority(LogService logService,
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 logService, Object... args)
AbstractPluginFactoryAbstractPluginFactory.getPlugin(Object...)getPriority in class AbstractPluginFactory<LogService>@Deprecated public static Logger getLogger(String ignored)
Scope.getLog(Class)@Deprecated public static Logger getLogger()
Scope.getLog(Class)Copyright © 2020 Liquibase.org. All rights reserved.