/

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:

ByteHide Secrets nuget package

Search for ByteHide.Logger in the manager search bar:

Installing secrets obfuscator from package manager

Select the latest stable version and click on install:

how to install secrets obfuscator msbuild

From Package Manager Console

In your visual studio window go to: Tools > Nuget Package Manager > Package Manager Console

VS package manager console

In the terminal type: Install-Package ByteHide.Logger

ByteHide Secrets terminal install

After adding it, save the file and check that it has been installed correctly:

ByteHide Secrets terminal install

You must rebuild your project to apply the changes.

Previous
Starting