|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogService
Implemented in order to provides access to a custom Logger implementation. The Logger provides component aware logging capabilities.
Method Summary | |
---|---|
Logger |
getLogger(java.lang.Class klass)
Used to retrieve a Logger implementation which can be used to log information for the given Class. |
Logger |
getLogger(java.lang.String component)
Used to retrieve a Logger implementation which can be used to log information for the given component. |
Method Detail |
---|
Logger getLogger(java.lang.String component)
component
- the component for which the desired logger should be
retrieved.
Logger getLogger(java.lang.Class klass)
klass
- the class for which the desired logger should be retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |