|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Logger
A logger of log entries. It can be implemented by different logging facilities depending on the runtime. It is plastic and intended to support any underlying logging facility.
Method Summary | |
---|---|
void |
log(java.lang.Object logEntry)
Logs an entry. |
Method Detail |
---|
void log(java.lang.Object logEntry)
logEntry
- a plastic entry to log.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |