![]() |
VOOZH | about |
dotnet add package LibLog --version 5.0.8
NuGet\Install-Package LibLog -Version 5.0.8
<PackageReference Include="LibLog" Version="5.0.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageVersion Include="LibLog" Version="5.0.8" />Directory.Packages.props
<PackageReference Include="LibLog"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>Project file
paket add LibLog --version 5.0.8
#r "nuget: LibLog, 5.0.8"
#:package LibLog@5.0.8
#addin nuget:?package=LibLog&version=5.0.8Install as a Cake Addin
#tool nuget:?package=LibLog&version=5.0.8Install as a Cake Tool
A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For legacy csproj format support use 4.x versions.
If you are a library or framework author and you wish to provide logging support in your component there are a number of options: 1) Depend on a specific logging framework 2) Depend on Common.Logging 3) Implement your own ILog interface and make your consumers wire it up.
Option 1 is not desirable because it forces your users to use a particular framework. Option 2 is not desirable because it will add yet more nuget package dependencies and project references with associated versioning concerns in addition to wiring up. Option 3 is desirable because it is dependency free but requires that your users to remember to write an adapter and wire things up.
This package is a variation of option 3 but will automatically wire things up too.
- It will add an ILog, ILogProvider etc to YourRootNamespace.Logging
- ILog is one method to implement
- Using optimized reflection, it transparently supports NLog, Log4Net, Serilog and Loupe without any wiring up required by an end user, if the end user simply has a reference to any of these logging frameworks.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package has no dependencies.
Showing the top 5 NuGet packages that depend on LibLog:
| Package | Downloads |
|---|---|
|
PTIRelianceLib
A Reliance Thermal printer API that support firmware updates and configuration. This requires the Reliance printer to be connected via USB. |
|
|
ShipStation4Net
A .NET Standard Library using System.Net.HttpClient and NewtonSoft.Json which provides access to the ShipStation API. |
|
|
RestSharp.IdentityModel.Extensions
RestSharp.IdentityModel.Extensions |
|
|
LambdaS3FileZipper
Package Description |
|
|
Bitmex.NET
Wrapper for BitMEX.com API (REST & WebSocket) |
Showing the top 18 popular GitHub repositories that depend on LibLog:
| Repository | Stars |
|---|---|
|
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
|
|
|
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
|
|
|
DotNetOpenAuth/DotNetOpenAuth
A C# implementation of the OpenID, OAuth protocols
|
|
|
damianh-archive/LibLog
LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction.
|
|
|
newbe36524/Newbe.Mahua.Framework
本SDK为实现QQ机器人平台的大一统,支持多种机器人平台:酷Q、MyPCQQ、QQLight等
|
|
|
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
|
|
|
IdentityManager/IdentityManager
User & Identity Management
|
|
|
etishor/Metrics.NET
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
|
|
|
Recognos/Metrics.NET
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
|
|
|
bilal-fazlani/commanddotnet
A modern framework for building modern CLI apps
|
|
|
SQLStreamStore/SQLStreamStore
Stream Store library targeting RDBMS based implementations for .NET
|
|
|
config-r/config-r
Write your .NET configuration files in C#
|
|
|
yuzd/Hangfire.Core.Extend
在1.6.5基础上给dashbord增加了搜索功能,增加在dashbord上手动添加job,提供对外SDK添加job
|
|
|
alexeyzimarev/ddd-book
Hands-on DDD with C# book code
|
|
|
liquidprojections/LiquidProjections
Liquid Projections supports building and maintaining autonomous .NET projection code in an Event Sourcing architecture.
|
|
|
khalidsalomao/SimpleHelpers.Net
Micro-libraries (pieces of utility code) for .Net that are safe and simple to use
|
|
|
flipbit/whois
A WHOIS lookup and parsing library for .NET Standard 2.0 and .NET Framework 4.5.2
|
|
|
tumtumtum/Shaolinq
ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.0.8 | 1,077,521 | 12/4/2019 | 5.0.8 is deprecated because it is no longer maintained. |
| 5.0.7-build.575 | 3,436 | 3/3/2019 | |
| 5.0.6 | 669,878 | 2/8/2019 | 5.0.6 is deprecated because it is no longer maintained. |
| 5.0.5 | 115,443 | 1/6/2019 | |
| 5.0.4 | 79,346 | 12/25/2018 | |
| 5.0.3 | 187,560 | 11/19/2018 | |
| 5.0.2 | 341,640 | 6/30/2018 | |
| 5.0.0 | 165,729 | 5/28/2018 | |
| 4.2.6 | 1,304,972 | 10/11/2016 | 4.2.6 is deprecated because it is no longer maintained. |
| 4.2.5 | 381,643 | 3/29/2016 | |
| 4.2.4 | 101,922 | 10/29/2015 | |
| 4.2.3 | 54,434 | 6/9/2015 | |
| 4.2.2 | 58,270 | 4/15/2015 | |
| 4.2.1 | 36,641 | 4/10/2015 | |
| 4.2.0 | 77,882 | 4/7/2015 | |
| 4.1.1 | 24,017 | 4/4/2015 | |
| 4.0.2 | 23,844 | 4/2/2015 |
See https://github.com/damianh/LibLog/releases for release notes.