BlackBytesBox.Serilog.AnsiConsoleThemes 0.1.20251.50898

dotnet add package BlackBytesBox.Serilog.AnsiConsoleThemes --version 0.1.20251.50898
                    
NuGet\Install-Package BlackBytesBox.Serilog.AnsiConsoleThemes -Version 0.1.20251.50898
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlackBytesBox.Serilog.AnsiConsoleThemes" Version="0.1.20251.50898" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlackBytesBox.Serilog.AnsiConsoleThemes" Version="0.1.20251.50898" />
                    
Directory.Packages.props
<PackageReference Include="BlackBytesBox.Serilog.AnsiConsoleThemes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlackBytesBox.Serilog.AnsiConsoleThemes --version 0.1.20251.50898
                    
#r "nuget: BlackBytesBox.Serilog.AnsiConsoleThemes, 0.1.20251.50898"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=BlackBytesBox.Serilog.AnsiConsoleThemes&version=0.1.20251.50898
                    
Install BlackBytesBox.Serilog.AnsiConsoleThemes as a Cake Addin
#tool nuget:?package=BlackBytesBox.Serilog.AnsiConsoleThemes&version=0.1.20251.50898
                    
Install BlackBytesBox.Serilog.AnsiConsoleThemes as a Cake Tool

BlackBytesBox.Serilog.AnsiConsoleThemes

A collection of custom ANSI console themes for styled logging output with Serilog. These themes are designed to enhance readability and provide a distinctive visual identity for your log messages.

Available Themes

  • ClarionDusk
    A refined theme with a balanced, elegant color palette. It enhances readability by clearly distinguishing various log levels and essential details, making your log data both informative and visually engaging.

  • ProfessionalNoir
    A sleek, modern theme with high contrast and refined styling. It features bright white text, subtle greys, and distinctive colors for each log level, ideal for developers looking for a professional logging experience.

Features

  • Enhanced Readability: Carefully curated color schemes to clearly differentiate log levels and message types.
  • Ease of Integration: Plug-and-play integration with Serilog’s ANSI console sink.
  • Customization: Extend or modify themes to suit your application's specific visual needs.

Installation

Install the package via NuGet:

dotnet add package BlackBytesBox.Serilog.AnsiConsoleThemes

Uasage

Add the desired filters to your application's middleware pipeline in the Program.cs or Startup.cs file:

// Example usage
var logger = new LoggerConfiguration()
    .WriteTo.Console(theme: CustomThemes.ClarionDusk)
    .CreateLogger();

ClarionDusk

image

ProfessionalNoir

image

CodeingNight

image

Third-Party Notices and Reports

Access key documentation and reports detailing the use and status of third-party components, software dependencies, and audit results:

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.20251.50898 118 3/28/2025

Release Notes – 0.1.* (2025-02-18)
===================================

Status: Early Development Phase
--------------------------------
This release continues the foundational development of the software.
As progress towards version 1.0, the focus remains on refining core
functionalities, improving stability, and integrating key features.
Users should expect frequent updates, iterative refinements, and
potential changes as the project matures.

What's New & Improved?
----------------------
- Active core development with ongoing refinements.
- Initial groundwork for future stable releases.

Third-Party Notices
------------------------
This project includes third-party dependencies, each governed by its own licensing terms.  
Details and corresponding license information can be found in the `THIRD PARTY NOTICES` section of the `Readme.md` file, located at the root of the repository.  
Please review this section to ensure full compliance with all applicable licenses.