|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Appender
A appender interface that provides methods needed to manage appending log calls, abstracting the configuration to the framework.
Method Summary | |
---|---|
void |
appendFooter()
Appends a footer to this appender. |
void |
appendHeader()
Appends a header to this appender. |
void |
appendLog(LogEvent call)
Appends a log call using this appender. |
void |
close()
This method is responsible for termination and deallocation of any resource used by this appender. |
void |
open()
This method is responsible for allocation and preparation of any resource used by this appender. |
Methods inherited from interface net.sourceforge.acelogger.Identifiable |
---|
getIdentifier |
Method Detail |
---|
void appendLog(LogEvent call)
call
- The log call to be appended.void appendHeader()
void appendFooter()
void open()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |