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