AnyLog 0.1.8
dotnet add package AnyLog --version 0.1.8
NuGet\Install-Package AnyLog -Version 0.1.8
<PackageReference Include="AnyLog" Version="0.1.8" />
paket add AnyLog --version 0.1.8
#r "nuget: AnyLog, 0.1.8"
// Install AnyLog as a Cake Addin #addin nuget:?package=AnyLog&version=0.1.8 // Install AnyLog as a Cake Tool #tool nuget:?package=AnyLog&version=0.1.8
AnyLog core library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AnyLog:
Package | Downloads |
---|---|
AnyLog.Log4Net
Log4Net adapter for AnyLog |
|
AnyLog.NLog
NLog adapter for AnyLog |
|
NDock
NDock is a server application container, which can be used for your back end services' hosting and management. |
|
NRack
NRack is a server application container, which can be used for your back end services' hosting and management. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AnyLog:
Repository | Stars |
---|---|
kerryjiang/LogMaster4Net
A central log server written in C#, which can ship your logs in your different applications and different locations to one place
|
* renamed "LogFactory" to "LoggerFactory";
* renamed the method "GetLog(name)" to "GetLogger(name)";
* added the LoggerFactory method GetCurrentClassLogger();