Easy.Log.Writer
1.0.5
See the version list below for details.
dotnet add package Easy.Log.Writer --version 1.0.5
NuGet\Install-Package Easy.Log.Writer -Version 1.0.5
<PackageReference Include="Easy.Log.Writer" Version="1.0.5" />
paket add Easy.Log.Writer --version 1.0.5
#r "nuget: Easy.Log.Writer, 1.0.5"
// Install Easy.Log.Writer as a Cake Addin #addin nuget:?package=Easy.Log.Writer&version=1.0.5 // Install Easy.Log.Writer as a Cake Tool #tool nuget:?package=Easy.Log.Writer&version=1.0.5
This project was created to provide an easy to use and configurable logging library. If the default configuration is sufficient for your needs the library can be used out of the box without further setup. However, if you have specific logging needs you can alter the library configuration settings and also provide custom logging methods.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.32)
- System.ComponentModel.Annotations (>= 4.7.0)
- System.Data.SqlClient (>= 4.8.6 && < 5.0.0)
- System.Text.Json (>= 4.7.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Easy.Log.Writer:
Package | Downloads |
---|---|
Easy.Log.Writer.Blazor
This project was created to provide an extension to the Easy.Log.Writer package that includes a Blazor logging endpoint. The base package can also output to the web console, but does not have advanced features such as custom log color or formats. |
|
Easy.Log.Writer.Sql
This project was created to provide an extension to the Easy.Log.Writer package that includes a SQL Server logging endpoint. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.5
Update SQL dependency to patch security issue
1.0.4
Update NuGet packages to address security vulnerability in System.Data.SqlClient
1.0.3
Add XML file to output to allow Intellisense to work with package
Update dependent NuGet packages
1.0.2
Fix issue causing logger to fail on Linux deployments
1.0.1
Add ASP.NET compatible log provider