|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.logging.LogFactory
public class LogFactory
Constructor Summary | |
---|---|
LogFactory()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogFactory()
Method Detail |
---|
public static void reset()
public static LogFactory getInstance()
public static void setInstance(LogFactory instance)
public static Logger getLogger(String name)
getLog(String)
method
public Logger getLog(String name)
public static Logger getLogger()
getLog()
method
public Logger getLog()
public void setDefaultLoggingLevel(String defaultLoggingLevel)
public void setDefaultLoggingLevel(LogLevel defaultLoggingLevel)
public static void setLoggingLevel(String defaultLoggingLevel)
setDefaultLoggingLevel(String)
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |