- All Superinterfaces:
ContextAware, FilterAttachable<E>, LifeCycle
- All Known Implementing Classes:
AbstractServerSocketAppender, AbstractSocketAppender, AbstractSSLSocketAppender, AppenderBase, AsyncAppenderBase, ConsoleAppender, CyclicBufferAppender, DelayingListAppender, FileAppender, ListAppender, NOPAppender, NPEAppender, OutputStreamAppender, RollingFileAppender, SiftingAppenderBase, SMTPAppenderBase, SSLServerSocketAppenderBase, StringListAppender, SyslogAppenderBase, UnsynchronizedAppenderBase
-
Method Summary
void
This is where an appender accomplishes its work.
Get the name of this appender.
void
Set the name of this appender.
-
Method Details
-
getName
Get the name of this appender. The name uniquely identifies the appender.
-
doAppend
This is where an appender accomplishes its work. Note that the argument is of
type Object.
- Parameters:
event -
- Throws:
LogbackException
-
setName
Set the name of this appender. The name is used by other components to
identify this appender.