LogService
now.
This class is kept for compatibility with Liquibase 3.5 and prior.public class LogFactory extends Object
Constructor and Description |
---|
LogFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogFactory |
getInstance()
Deprecated.
|
Logger |
getLog()
Deprecated.
|
Logger |
getLog(String name)
Deprecated.
|
static Logger |
getLogger()
Deprecated.
|
static Logger |
getLogger(String name)
Deprecated.
|
static void |
reset()
Deprecated.
|
void |
setDefaultLoggingLevel(LogLevel defaultLoggingLevel)
Deprecated.
|
void |
setDefaultLoggingLevel(String defaultLoggingLevel)
Deprecated.
|
static void |
setInstance(LogFactory instance)
Deprecated.
Set the instance used by this singleton.
|
static void |
setLoggingLevel(String defaultLoggingLevel)
Deprecated.
|
public static void reset()
public static LogFactory getInstance()
public static void setInstance(LogFactory instance)
public static Logger getLogger()
public Logger getLog()
public void setDefaultLoggingLevel(String defaultLoggingLevel)
public void setDefaultLoggingLevel(LogLevel defaultLoggingLevel)
public static void setLoggingLevel(String defaultLoggingLevel)
Copyright © 2020 Liquibase.org. All rights reserved.