|
||||||||||
| 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 | |
|---|---|
List |
getErrorBuffer()
Deprecated. |
org.apache.commons.logging.Log |
getLog(Class clazz)
Deprecated. use ExoLogger |
org.apache.commons.logging.Log |
getLog(String name)
Deprecated. use ExoLogger |
List |
getLogBuffer()
Deprecated. |
int |
getLogLevel(String name)
Deprecated. |
Collection |
getLogs()
Deprecated. |
void |
setLogLevel(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(Class clazz)
ExoLogger.getLogger(Class)org.apache.commons.logging.Log getLog(String name)
ExoLogger.getLogger(String)Collection getLogs()
int getLogLevel(String name)
throws Exception
Exception
void setLogLevel(String name,
int level,
boolean recursive)
throws Exception
ExceptionList getLogBuffer()
List getErrorBuffer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||