|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Appender
Method Summary | |
---|---|
void |
append(LogEvent event)
Log in Appender specific way. |
ErrorHandler |
getHandler()
|
Layout |
getLayout()
Returns this appenders layout. |
String |
getName()
Get the name of this appender. |
boolean |
isExceptionSuppressed()
If set to true any exceptions thrown by the Appender will be logged but not thrown. |
void |
setHandler(ErrorHandler handler)
|
Methods inherited from interface org.apache.logging.log4j.core.Lifecycle |
---|
isStarted, start, stop |
Method Detail |
---|
void append(LogEvent event)
Appender
specific way. When appropriate,
Loggers will call the doAppend
method of appender
implementations in order to log.
event
- The LogEvent.String getName()
Layout getLayout()
boolean isExceptionSuppressed()
ErrorHandler getHandler()
void setHandler(ErrorHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |