liquibase.logging
Class LogFactory

java.lang.Object
  extended by liquibase.logging.LogFactory

public class LogFactory
extends Object


Constructor Summary
LogFactory()
           
 
Method Summary
static Logger getLogger()
           
static Logger getLogger(String name)
           
static void setLoggingLevel(String defaultLoggingLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFactory

public LogFactory()
Method Detail

getLogger

public static Logger getLogger(String name)

getLogger

public static Logger getLogger()

setLoggingLevel

public static void setLoggingLevel(String defaultLoggingLevel)


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.