AgileCoding.Library.Loggers
1.0.0.8
dotnet add package AgileCoding.Library.Loggers --version 1.0.0.8
NuGet\Install-Package AgileCoding.Library.Loggers -Version 1.0.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AgileCoding.Library.Loggers" Version="1.0.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AgileCoding.Library.Loggers" Version="1.0.0.8" />
<PackageReference Include="AgileCoding.Library.Loggers" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AgileCoding.Library.Loggers --version 1.0.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AgileCoding.Library.Loggers, 1.0.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AgileCoding.Library.Loggers@1.0.0.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AgileCoding.Library.Loggers&version=1.0.0.8
#tool nuget:?package=AgileCoding.Library.Loggers&version=1.0.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#AgileCoding.Library.Loggers ReadMePage
###This is a list of loging implementations
- UnitTestLogger - Represents a logger tobe used in your unit tests
- WindowsEventLogger - Represents a logger to log to the Windows Event Logs
- WindowsConsoleOutputLogger - Allows logging to the console using the respective StandardOutput and StandardErrorOutput streams on the static Console class. Warnings, Information, Verbose fall under StandardOutput while Error and Critical falls under StandardErrorOutput.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- AgileCoding.Extentions.Exception (>= 1.0.0.3)
- AgileCoding.Extentions.Linq (>= 1.0.0.1)
- AgileCoding.Library.Interfaces (>= 1.0.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AgileCoding.Library.Loggers:
| Package | Downloads |
|---|---|
|
AgileCoding.Factory.ClientProxy
Factories that create service proxies |
GitHub repositories
This package is not used by any popular GitHub repositories.
Cleanup un needed references