|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Target
The base interface for all targets for writing the LogEntry
.
Method Summary | |
---|---|
void |
stop()
This method is called by Logger to stop target. |
void |
write(LogEntry entry)
This method is called by Logger to write the passed entry. |
Method Detail |
---|
void write(LogEntry entry) throws LoggerException, java.lang.Exception
entry
- LogEntry
to write
LoggerException
java.lang.Exception
void stop()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |