logging 0.9.1
.NET Framework 4.0
Install-Package logging -Version 0.9.1
dotnet add package logging --version 0.9.1
<PackageReference Include="logging" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add logging --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: logging, 0.9.1"
#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 logging as a Cake Addin
#addin nuget:?package=logging&version=0.9.1
// Install logging as a Cake Tool
#tool nuget:?package=logging&version=0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple logging abstraction. You don't have the option of using immediate-mode logging, so you never accidentally kill performance.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on logging:
Package | Downloads |
---|---|
bulky
An idiomatic bulk insert interface for databases. Allows you to bulk insert arbitrary types to an underlying database using a fast insert mechanism specific for that database. Currently supports SQL Server, MySQL, and SQLite. Works on the IDbConnection with extension methods, like Dapper. |
|
HorizonReports
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.