mitoSoft.Razor.Logging
2.3.2
.NET 5.0
Install-Package mitoSoft.Razor.Logging -Version 2.3.2
dotnet add package mitoSoft.Razor.Logging --version 2.3.2
<PackageReference Include="mitoSoft.Razor.Logging" Version="2.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mitoSoft.Razor.Logging --version 2.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: mitoSoft.Razor.Logging, 2.3.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install mitoSoft.Razor.Logging as a Cake Addin
#addin nuget:?package=mitoSoft.Razor.Logging&version=2.3.2
// Install mitoSoft.Razor.Logging as a Cake Tool
#tool nuget:?package=mitoSoft.Razor.Logging&version=2.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
mitoSoft.Razor.Logging provids different ILogger implementations for ASP.Net Core platform like colored console logger, dictionary logger, event logger and file logger.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Microsoft.AspNetCore.Components.Web (>= 5.0.12)
- Microsoft.Extensions.Logging (>= 6.0.0)
- mitoSoft.Common.Extensions (>= 1.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on mitoSoft.Razor.Logging:
Package | Downloads |
---|---|
mitoSoft.Razor.Logging.Components
The library contains an embeddable razor component that shows logentries on a textarea of a razor page. |
GitHub repositories
This package is not used by any popular GitHub repositories.
[Feature] added NonBlockingConsole writer in ColoredConsoleLogger