@Deprecated public class AccessEventAppenderListenerImpl extends Object implements AppenderListener<IAccessEvent>
AppenderListener for IAccessEvents that does nothing.| Constructor and Description |
|---|
AccessEventAppenderListenerImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appenderStarted(Appender<IAccessEvent> appender)
Deprecated.
Called when the given appender is started.
|
void |
appenderStopped(Appender<IAccessEvent> appender)
Deprecated.
Called when the given appender is stopped.
|
void |
eventAppended(Appender<IAccessEvent> appender,
IAccessEvent event,
long durationInNanos)
Deprecated.
Called when the given event was successfully appended by the given appender.
|
void |
eventAppendFailed(Appender<IAccessEvent> appender,
IAccessEvent event,
Throwable reason)
Deprecated.
Called when the given event was failed to be appended by the given appender.
|
public AccessEventAppenderListenerImpl()
public void appenderStarted(Appender<IAccessEvent> appender)
AppenderListenerappenderStarted in interface AppenderListener<IAccessEvent>appender - the appender that was startedpublic void appenderStopped(Appender<IAccessEvent> appender)
AppenderListenerappenderStopped in interface AppenderListener<IAccessEvent>appender - the appender that was stoppedpublic void eventAppended(Appender<IAccessEvent> appender, IAccessEvent event, long durationInNanos)
AppenderListenereventAppended in interface AppenderListener<IAccessEvent>appender - the appender when successfully appended the eventevent - the event that was appendeddurationInNanos - the time (in nanoseconds) it took to append the eventpublic void eventAppendFailed(Appender<IAccessEvent> appender, IAccessEvent event, Throwable reason)
AppenderListenereventAppendFailed in interface AppenderListener<IAccessEvent>appender - the appender when successfully appended the eventevent - the event that was appendedreason - what caused the failureCopyright © 2013–2022. All rights reserved.