|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.log.LogUtil
public class LogUtil
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 |
|---|
public LogUtil()
| Method Detail |
|---|
public static org.apache.commons.logging.Log getLog(String category)
ExoLogger.getLogger(String)public static org.apache.commons.logging.Log getLog(Class clazz)
ExoLogger.getLogger(Class)
public static void setLevel(String category,
int level,
boolean recursive)
throws Exception
Exceptionpublic static void debug(String msg)
public static void debug(String msg,
Throwable t)
public static void info(String msg)
public static void info(String msg,
Throwable t)
public static void warn(String msg)
public static void warn(String msg,
Throwable t)
public static void error(String msg)
public static void error(String msg,
Throwable t)
public static final org.apache.commons.logging.Log getDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||