|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogManager
Factory interface to generate loggers. Usually acquired by calling environment.getLogManager().
Method Summary | |
---|---|
Logger |
getLogger(java.lang.Class clazz,
java.lang.String instance)
Returns the Logger matching the paramerters, constructs a new one if an appropriate one hasn't yet been constructed. |
Method Detail |
---|
Logger getLogger(java.lang.Class clazz, java.lang.String instance)
clazz
- the Class associated with this logger.instance
- the instancename associated with this logger.
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |