AnyLog 0.1.8

dotnet add package AnyLog --version 0.1.8
NuGet\Install-Package AnyLog -Version 0.1.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="AnyLog" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnyLog --version 0.1.8
#r "nuget: AnyLog, 0.1.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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Version Downloads Last updated
0.1.8 7,742 10/31/2015
0.1.6 1,978 9/20/2015
0.1.5 4,067 5/12/2015
0.1.4 1,930 5/4/2015
0.1.3 1,812 5/4/2015
0.1.2 2,164 5/1/2015
0.1.1 2,063 4/25/2015
0.1.0 2,046 4/25/2015

* renamed "LogFactory" to "LoggerFactory";
* renamed the method "GetLog(name)" to "GetLogger(name)";
* added the LoggerFactory method GetCurrentClassLogger();