A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/robinrodricks/FluentFTP/wiki/Logging below:

Logging · robinrodricks/FluentFTP Wiki · GitHub

This diagram shows the classes, properties and Nuget packages required for logging.

Which logging frameworks can I use with FluentFTP?

You can use any logging framework that creates a MELA ILogger instance, such as:

You can even use other frameworks not listed here, but then you will have to write a small wrapper function yourself.

How do I trace FTP commands for debugging?

Do this after creating your FtpClient:

client.Config.LogToConsole = true;

Alternatively:

How do I log all FTP commands to a file for debugging?

You can use any logging provided to help you log to a file. You then have to set this ILogger instance provided by your logging framework into our FTP Client's Logger property.

How do I omit sensitive information from the logs?

Use these settings to control what data is included in the logs:


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