spring-amqp
spring-amqp copied to clipboard
Add logback appender for access event [AMQP-802]
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 extends AppenderBase<IAccessEvent>
to publish access events to an AMQP Exchange
No further details from AMQP-802