Class Slf4jSystemLogger

java.lang.Object
org.gridgain.kafka.util.Slf4jSystemLogger
All Implemented Interfaces:
System.Logger

public class Slf4jSystemLogger extends Object implements System.Logger
A System.Logger implementation that delegates to SLF4J.

This adapter allows the Ignite client library (which uses Java Platform Logging) to route log output through SLF4J, which is the logging framework used by Kafka Connect.