Class Loggers
OnLog callback event handler implementations.
Inherited Members
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public static class Loggers
Remarks
Warning: Log handlers are called spontaneously from internal librdkafka threads and the application must not call any Confluent.Kafka APIs from within a log handler or perform any prolonged operations.
Methods
ConsoleLogger(LogMessage)
The method used to log messages by default.
Declaration
public static void ConsoleLogger(LogMessage logInfo)
Parameters
Type | Name | Description |
---|---|---|
LogMessage | logInfo |