Info
Version: | 2.0.0 |
Author(s): | Macross.Logging.StandardOutput |
Last Update: | Sunday, March 14, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Macross-Software/core/tree/develop/ClassLibraries/Macross.Logging.StandardOutput |
NuGet Url: | https://www.nuget.org/packages/Macross.Logging.StandardOutput |
Install
Install-Package Macross.Logging.StandardOutput
dotnet add package Macross.Logging.StandardOutput
paket add Macross.Logging.StandardOutput
Macross.Logging.StandardOutput Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Macross.Logging.Abstractions(>= 2.0.02)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.1.1)
- Microsoft.Extensions.Logging.Configuration(>= 3.1.1)
- Macross.Logging.Abstractions(>= 2.0.02)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.1.1)
- Microsoft.Extensions.Logging.Configuration(>= 3.1.1)
Tags
A simple library for writing structured JSON out to stdout, quickly.
Commonly Used Types:
Macross.Logging.StandardOutput.StandardOutputLoggerProvider
Macross.Logging.StandardOutput.StandardOutputLogger
Macross.Logging.StandardOutput.StandardOutputLoggerOptions
Commonly Used Extensions:
Microsoft.Extensions.Logging.ILoggingBuilder.AddStdout.