| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.acelogger.appender.EmptyAppender
public final class EmptyAppender

A implementation of Appender that do nothing.
| Constructor Summary | |
|---|---|
EmptyAppender(String identifier)
Constructs a EmptyAppender using the supplied identifier.  | 
|
| 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.  | 
 String | 
getIdentifier()
Gets a String that identifies this object.  | 
 void | 
open()
This method is responsible for allocation and preparation of any resource used by this appender.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EmptyAppender(String identifier)
identifier - The identifier of this appender.| Method Detail | 
|---|
public String getIdentifier()
getIdentifier in interface Identifiablepublic void appendLog(LogEvent call)
appendLog in interface Appendercall - The log call to be appended.public void appendFooter()
appendFooter in interface Appenderpublic void appendHeader()
appendHeader in interface Appenderpublic void close()
close in interface Appenderpublic void open()
open in interface Appender
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||