You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a logback appender that publishes logging events ILoggingEvent.
It would be nice to have the same thing to publish access events IAccessEvent
I had to create a new AmqpAppender implementation which extends AppenderBase<IAccessEvent> to publish access events to an AMQP Exchange
Youssef Foullous opened AMQP-802 and commented
There is a logback appender that publishes logging events
ILoggingEvent
.It would be nice to have the same thing to publish access events
IAccessEvent
I had to create a new
AmqpAppender
implementation which extendsAppenderBase<IAccessEvent>
to publish access events to an AMQP ExchangeNo further details from AMQP-802
The text was updated successfully, but these errors were encountered: