Uses of Interface
com.atlassian.confluence.logging.sink.LogConsumerService
-
Packages that use LogConsumerService Package Description com.atlassian.confluence.impl.logging com.atlassian.confluence.impl.logging.log4j.sink -
-
Uses of LogConsumerService in com.atlassian.confluence.impl.logging
Constructors in com.atlassian.confluence.impl.logging with parameters of type LogConsumerService Constructor Description LogMessageRecordingAppender(LogConsumerService logConsumerService)
-
Uses of LogConsumerService in com.atlassian.confluence.impl.logging.log4j.sink
Classes in com.atlassian.confluence.impl.logging.log4j.sink that implement LogConsumerService Modifier and Type Class Description class
Log4JLogConsumerService
An implementation ofLogConsumerService
backed by the Log4j 2.x runtime.
-