- All Superinterfaces:
ContextAware
, FilterAttachable<E>
, LifeCycle
- All Known Implementing Classes:
AbstractServerSocketAppender
, AbstractSocketAppender
, AbstractSSLSocketAppender
, AppenderBase
, AsyncAppender
, AsyncAppenderBase
, ConsoleAppender
, CyclicBufferAppender
, DelayingListAppender
, FileAppender
, ListAppender
, NOPAppender
, NPEAppender
, OutputStreamAppender
, RollingFileAppender
, ServerSocketAppender
, SiftingAppender
, SiftingAppenderBase
, SMTPAppender
, SMTPAppenderBase
, SocketAppender
, SSLServerSocketAppender
, SSLServerSocketAppenderBase
, SSLSocketAppender
, StringListAppender
, SyslogAppender
, SyslogAppenderBase
, UnsynchronizedAppenderBase
, WithLayoutListAppender
-
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.