Simple.Logging.Console
1.0.1
See the version list below for details.
dotnet add package Simple.Logging.Console --version 1.0.1
NuGet\Install-Package Simple.Logging.Console -Version 1.0.1
<PackageReference Include="Simple.Logging.Console" Version="1.0.1" />
<PackageVersion Include="Simple.Logging.Console" Version="1.0.1" />
<PackageReference Include="Simple.Logging.Console" />
paket add Simple.Logging.Console --version 1.0.1
#r "nuget: Simple.Logging.Console, 1.0.1"
#:package Simple.Logging.Console@1.0.1
#addin nuget:?package=Simple.Logging.Console&version=1.0.1
#tool nuget:?package=Simple.Logging.Console&version=1.0.1
Simple log formatter 🌈
A way to simplify console logging from the default C# fancy 2 line logging that provides way too much information for simple applications.
- Has some simple coloring related to log levels.
- Has some highlight formatting when placing text between single quotes ''.
Usage
dotnet add package Simple.Logging.Console
In your startup code
var builder = Host.CreateApplicationBuilder(arguments);
builder.Logging.AddConsoleLogging();
Formerly published as
Crude.Logging.Console. That package is deprecated in favor of this one — see the changelog.
Icon
The package icon is a cropped version of "Rainbow Emoji" by EmmanuelCordoliani, used under CC BY-SA 4.0. It is licensed separately from the source code above (see LICENSE.txt); redistributing icon.png itself, modified or not, must keep it under CC BY-SA 4.0 (or a compatible license) with the same attribution.
Package maintainer
Changelog
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.Logging.Console (>= 10.0.0 && < 11.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.