org.exoplatform.services.log
Class LogUtil

java.lang.Object
  extended by org.exoplatform.services.log.LogUtil

Deprecated. use ExoLogger instead

public class LogUtil
extends Object

Jun 28, 2004


Constructor Summary
LogUtil()
          Deprecated.  
 
Method Summary
static void debug(String msg)
          Deprecated.  
static void debug(String msg, Throwable t)
          Deprecated.  
static void error(String msg)
          Deprecated.  
static void error(String msg, Throwable t)
          Deprecated.  
static org.apache.commons.logging.Log getDefault()
          Deprecated.  
static org.apache.commons.logging.Log getLog(Class clazz)
          Deprecated. use ExoLogger
static org.apache.commons.logging.Log getLog(String category)
          Deprecated. use ExoLogger
static void info(String msg)
          Deprecated.  
static void info(String msg, Throwable t)
          Deprecated.  
static void setLevel(String category, int level, boolean recursive)
          Deprecated.  
static void warn(String msg)
          Deprecated.  
static void warn(String msg, Throwable t)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil

public LogUtil()
Deprecated. 
Method Detail

getLog

public static org.apache.commons.logging.Log getLog(String category)
Deprecated. use ExoLogger

See Also:
ExoLogger.getLogger(String)

getLog

public static org.apache.commons.logging.Log getLog(Class clazz)
Deprecated. use ExoLogger

See Also:
ExoLogger.getLogger(Class)

setLevel

public static void setLevel(String category,
                            int level,
                            boolean recursive)
                     throws Exception
Deprecated. 
Throws:
Exception

debug

public static void debug(String msg)
Deprecated. 

debug

public static void debug(String msg,
                         Throwable t)
Deprecated. 

info

public static void info(String msg)
Deprecated. 

info

public static void info(String msg,
                        Throwable t)
Deprecated. 

warn

public static void warn(String msg)
Deprecated. 

warn

public static void warn(String msg,
                        Throwable t)
Deprecated. 

error

public static void error(String msg)
Deprecated. 

error

public static void error(String msg,
                         Throwable t)
Deprecated. 

getDefault

public static final org.apache.commons.logging.Log getDefault()
Deprecated. 


Copyright © 2009 eXo Platform SAS. All Rights Reserved.