|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.portalImpl.services.Service
org.apache.pluto.portalImpl.services.log.LogService
org.apache.pluto.portalImpl.services.log.LogServiceImpl
public class LogServiceImpl
LogService implementation which uses Commons Logging. The use of commons logging provides us with a simple yet effective way to abstract the logging implementation. Commons Logging will be initialized in it's default manner according to: http://jakarta.apache.org/commons/logging/userguide.html. If no configuraiton is found, Commons Logging will use it's SimpleLog configuration, which will log everything to standard error.
Constructor Summary | |
---|---|
LogServiceImpl()
|
Method Summary | |
---|---|
Logger |
getLogger(java.lang.Class klass)
|
Logger |
getLogger(java.lang.String component)
|
Methods inherited from class org.apache.pluto.portalImpl.services.Service |
---|
destroy, destroy, init, init, init, postInit, postInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogServiceImpl()
Method Detail |
---|
public Logger getLogger(java.lang.String component)
public Logger getLogger(java.lang.Class klass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |