public class LogFactory extends Object
Constructor and Description |
---|
LogFactory() |
Modifier and Type | Method and Description |
---|---|
static LogFactory |
getInstance() |
Logger |
getLog() |
Logger |
getLog(String name) |
static Logger |
getLogger()
Deprecated.
Use non-static
getLog() method |
static Logger |
getLogger(String name)
Deprecated.
Use non-static
getLog(String) method |
static void |
reset() |
void |
setDefaultLoggingLevel(LogLevel defaultLoggingLevel) |
void |
setDefaultLoggingLevel(String defaultLoggingLevel) |
static void |
setInstance(LogFactory instance)
Set the instance used by this singleton.
|
static void |
setLoggingLevel(String defaultLoggingLevel)
Deprecated.
Use non-static
setDefaultLoggingLevel(String) method |
public static void reset()
public static LogFactory getInstance()
public static void setInstance(LogFactory instance)
public static Logger getLogger(String name)
getLog(String)
methodpublic Logger getLog()
public void setDefaultLoggingLevel(String defaultLoggingLevel)
public void setDefaultLoggingLevel(LogLevel defaultLoggingLevel)
public static void setLoggingLevel(String defaultLoggingLevel)
setDefaultLoggingLevel(String)
methodCopyright © 2017 Liquibase.org. All rights reserved.