|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.log.impl.LogServiceImpl
public class LogServiceImpl
Created by the Exo Development team. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 14 nov. 2003 Time: 20:40:57
| Field Summary |
|---|
| Fields inherited from interface org.exoplatform.services.log.LogService |
|---|
DEBUG, ERROR, FATAL, INFO, TRACE, WARN |
| Constructor Summary | |
|---|---|
LogServiceImpl(InitParams params)
Deprecated. |
|
| Method Summary | |
|---|---|
List |
getErrorBuffer()
Deprecated. |
org.apache.commons.logging.Log |
getLog(Class clazz)
Deprecated. |
org.apache.commons.logging.Log |
getLog(String name)
Deprecated. |
List |
getLogBuffer()
Deprecated. |
int |
getLogLevel(String name)
Deprecated. |
Collection |
getLogs()
Deprecated. |
void |
setLogLevel(String name,
int level,
boolean recursive)
Deprecated. |
void |
start()
Deprecated. |
void |
stop()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogServiceImpl(InitParams params)
throws Exception
Exception| Method Detail |
|---|
public void start()
public void stop()
public org.apache.commons.logging.Log getLog(String name)
getLog in interface LogServiceExoLogger.getLogger(String)public org.apache.commons.logging.Log getLog(Class clazz)
getLog in interface LogServiceExoLogger.getLogger(Class)public Collection getLogs()
getLogs in interface LogService
public int getLogLevel(String name)
throws Exception
getLogLevel in interface LogServiceException
public void setLogLevel(String name,
int level,
boolean recursive)
throws Exception
setLogLevel in interface LogServiceExceptionpublic List getLogBuffer()
getLogBuffer in interface LogServicepublic List getErrorBuffer()
getErrorBuffer in interface LogService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||