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
<PackageReference Include="BlackBytesBox.Serilog.AnsiConsoleThemes" Version="0.1.20251.50898" />
<PackageVersion Include="BlackBytesBox.Serilog.AnsiConsoleThemes" Version="0.1.20251.50898" />
<PackageReference Include="BlackBytesBox.Serilog.AnsiConsoleThemes" />
paket add BlackBytesBox.Serilog.AnsiConsoleThemes --version 0.1.20251.50898
#r "nuget: BlackBytesBox.Serilog.AnsiConsoleThemes, 0.1.20251.50898"
#addin nuget:?package=BlackBytesBox.Serilog.AnsiConsoleThemes&version=0.1.20251.50898
#tool nuget:?package=BlackBytesBox.Serilog.AnsiConsoleThemes&version=0.1.20251.50898
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
ProfessionalNoir
CodeingNight
Third-Party Notices and Reports
Access key documentation and reports detailing the use and status of third-party components, software dependencies, and audit results:
Third Party Notices
A complete list of third-party libraries and their licensing terms.Bill of Materials
An itemized overview of all included components, including versions and sources.Outdated Packages Report
Lists legacy or outdated dependencies that may require updating.Deprecated Components Report
Identifies components flagged as deprecated and planned for removal.Vulnerability Report
Documents known vulnerabilities detected in current dependencies and their impact.
Product | Versions 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. |
-
net6.0
- Serilog.Sinks.Console (>= 6.0.0)
- System.Text.Json (>= 9.0.3)
-
net7.0
- Serilog.Sinks.Console (>= 6.0.0)
- System.Text.Json (>= 9.0.3)
-
net8.0
- Serilog.Sinks.Console (>= 6.0.0)
- System.Text.Json (>= 9.0.3)
-
net9.0
- Serilog.Sinks.Console (>= 6.0.0)
- System.Text.Json (>= 9.0.3)
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.