Class Log4JLogConsumerService

java.lang.Object
com.atlassian.confluence.impl.logging.log4j.sink.Log4JLogConsumerService
All Implemented Interfaces:
LogConsumerService

public final class Log4JLogConsumerService extends Object implements LogConsumerService
An implementation of LogConsumerService backed by the Log4j 2.x runtime.

It registers a custom appender with Log4j which dispatches log events to registered consumers

Since:
8.0
See Also:
  • LogConsumerServiceAppender