|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogService
Created by the Exo Development team. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 14 nov. 2003 Time: 20:19:45
| Field Summary | |
|---|---|
static int |
DEBUG
Deprecated. |
static int |
ERROR
Deprecated. |
static int |
FATAL
Deprecated. |
static int |
INFO
Deprecated. |
static int |
TRACE
Deprecated. |
static int |
WARN
Deprecated. |
| Method Summary | |
|---|---|
java.util.List |
getErrorBuffer()
Deprecated. |
org.apache.commons.logging.Log |
getLog(java.lang.Class clazz)
Deprecated. use ExoLogger |
org.apache.commons.logging.Log |
getLog(java.lang.String name)
Deprecated. use ExoLogger |
java.util.List |
getLogBuffer()
Deprecated. |
int |
getLogLevel(java.lang.String name)
Deprecated. |
java.util.Collection |
getLogs()
Deprecated. |
void |
setLogLevel(java.lang.String name,
int level,
boolean recursive)
Deprecated. |
| Field Detail |
|---|
static final int FATAL
static final int ERROR
static final int WARN
static final int INFO
static final int DEBUG
static final int TRACE
| Method Detail |
|---|
org.apache.commons.logging.Log getLog(java.lang.Class clazz)
ExoLogger.getLogger(Class)org.apache.commons.logging.Log getLog(java.lang.String name)
ExoLogger.getLogger(String)java.util.Collection getLogs()
int getLogLevel(java.lang.String name)
throws java.lang.Exception
java.lang.Exception
void setLogLevel(java.lang.String name,
int level,
boolean recursive)
throws java.lang.Exception
java.lang.Exceptionjava.util.List getLogBuffer()
java.util.List getErrorBuffer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||