A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://farfetch.github.io/kafkaflow/docs/guides/logging below:

Logging | KafkaFlow

In this section, we will learn how to configure Logging in KafkaFlow.

The package KafkaFlow.LogHandler.Console can be installed to log the framework messages to the console output after the installation, use the method UseConsoleLog in the configuration.

services.AddKafka(
kafka => kafka
.UseConsoleLog()
...

The package KafkaFlow.LogHandler.Microsoft can be installed to log the framework messages to the console output after the installation, use the method UseMicrosoftLog in the configuration.

The framework has the ILogHandler interface that can be implemented to log the framework's messages. The log handler can be configured in the configuration process using the method UseLogHandler:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4