Install
ByteHide.Logger is a flexible and powerful logging library for .NET applications, providing advanced features such as file rotation, data masking, duplicate log suppression, user identification, and metadata enrichment to ensure robust logging and analysis capabilities.
Install ByteHide Logger
You can install ByteHide.Logger
in different ways.
From NuGet Packages Repository
dotnet add package Bytehide.Logs --version 1.0.0.0
From NuGet Packages Manager
Open the nuget package manager:
Search for ByteHide.Logger
in the manager search bar:
Select the latest stable version and click on install:
From Package Manager Console
In your visual studio window go to: Tools > Nuget Package Manager > Package Manager Console
In the terminal type: Install-Package ByteHide.Logger
After adding it, save the file and check that it has been installed correctly:
You must rebuild your project to apply the changes.