confluent-kafka-dotnet
Show / Hide Table of Contents

Class Loggers

OnLog callback event handler implementations.

Inheritance
object
Loggers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article