Interface LogConsumerService
-
- All Known Implementing Classes:
Log4JLogConsumerService
public interface LogConsumerServiceA service which provides access to log events generated by the underlying logging runtime.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterLogConsumer(String key, Consumer<LogEvent> consumer)voidunregisterLogConsumer(String key)
-