Akka.Logger.NLog 1.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka.Logger.NLog --version 1.0.4
NuGet\Install-Package Akka.Logger.NLog -Version 1.0.4
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="Akka.Logger.NLog" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Logger.NLog --version 1.0.4
#r "nuget: Akka.Logger.NLog, 1.0.4"
#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 Akka.Logger.NLog as a Cake Addin
#addin nuget:?package=Akka.Logger.NLog&version=1.0.4

// Install Akka.Logger.NLog as a Cake Tool
#tool nuget:?package=Akka.Logger.NLog&version=1.0.4

NLog logging adapter for Akka.NET

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Akka.Logger.NLog:

Package Downloads
Akka.NLog The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

DEPRECATED. Use Akka.Logger.NLog instead. If you're upgrading from a previous version, this package contains instructions on how to upgrade to Akka.Logger.NLog.

Intent.Esb.Server

Intent Esb Server Library

AkkaSim

DES Simulation implementation, with pesimistic central clock

AkkaDotModule.Webnori

Package Description

FAkka.Shared

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Akka.Logger.NLog:

Repository Stars
superquanter/quanter
从原来的StockTrader迁移过来
Version Downloads Last updated
1.5.13 14,718 9/27/2023
1.5.0 23,894 3/6/2023
1.4.10 213,879 10/29/2020
1.4.5 34,108 5/4/2020
1.3.5 35,343 1/28/2020
1.3.4 4,936 1/12/2020
1.3.3 143,751 8/1/2018
1.3.1 37,683 5/7/2018
1.3.0-beta 6,562 8/31/2017
1.2.0 62,403 4/25/2017
1.1.2 31,788 10/26/2016
1.1.1 27,215 7/20/2016
1.0.8 13,957 4/28/2016
1.0.7 2,801 4/7/2016
1.0.6 10,596 1/18/2016
1.0.5 3,214 12/3/2015
1.0.4 5,166 8/8/2015
1.0.3 2,893 6/12/2015
1.0.2 2,100 6/3/2015
1.0.1 2,155 4/28/2015
1.0.0 1,999 4/9/2015
1.0.0-dev1504032244 1,604 4/3/2015
0.8.0 2,149 2/12/2015
0.7.1 2,094 12/13/2014
0.7.0 2,394 10/20/2014

Maintenance release for Akka.NET v1.0.3**
Akka.IO**
This release introduces some major new features to Akka.NET, including [Akka.IO - a new set of capabilities built directly into the Akka NuGet package that allow you to communicate with your actors directly via TCP and UDP sockets](http://getakka.net/docs/IO) from external (non-actor) systems.
If you want to see a really cool example of Akka.IO in action, look at [this sample that shows off how to use the Telnet commandline to interact directly with Akka.NET actors](https://github.com/akkadotnet/akka.net/blob/dev/src/examples/TcpEchoService.Server).
Akka.Persistence.MongoDb** and **Akka.Persistence.Sqlite**
Two new flavors of Akka.Persistence support are now available. You can install them via the commandline!
```
PM> Install-Package Akka.Persistence.MongoDb -pre
```
and
```
PM> Install-Package Akka.Persistence.Sqlite -pre
```
Fixes & Changes - Akka.NET Core**
[F# API - problem with discriminated union serialization](https://github.com/akkadotnet/akka.net/issues/999)
[Fix Null Sender issue](https://github.com/akkadotnet/akka.net/issues/1212)
[Outdated FsPickler version in Akka.FSharp can lead to runtime errors when other FsPickler-dependent packages are installed](https://github.com/akkadotnet/akka.net/issues/1206)
[Add default Ask timeout to HOCON configuration](https://github.com/akkadotnet/akka.net/issues/1163)
[Remote watching is repeated](https://github.com/akkadotnet/akka.net/issues/1090)
[RemoteDaemon bug, not removing children ](https://github.com/akkadotnet/akka.net/pull/1068)
[HOCON include support](https://github.com/akkadotnet/akka.net/pull/1169)
[Replace SystemNanoTime with MonotonicClock](https://github.com/akkadotnet/akka.net/pull/1174)
Akka.DI.StructureMap**
We now have support for the [StructureMap dependency injection framework](http://docs.structuremap.net/) out of the box. You can install it here!
```
PM> Install-Package Akka.DI.StructureMap
```