public class LogFactory extends AbstractPluginFactory<LogService>
Modifier and Type | Method and Description |
---|---|
static LogFactory |
getInstance()
Deprecated.
|
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, removeInstance
protected Class<LogService> getPluginClass()
getPluginClass
in class AbstractPluginFactory<LogService>
protected int getPriority(LogService logService, Object... args)
AbstractPluginFactory
AbstractPluginFactory.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)
public static LogFactory getInstance()
Scope.getSingleton(Class)
Copyright © 2023 Liquibase.org. All rights reserved.