Akka.NLog
0.6.4
Prefix Reserved
See the version list below for details.
dotnet add package Akka.NLog --version 0.6.4
NuGet\Install-Package Akka.NLog -Version 0.6.4
<PackageReference Include="Akka.NLog" Version="0.6.4" />
paket add Akka.NLog --version 0.6.4
#r "nuget: Akka.NLog, 0.6.4"
// Install Akka.NLog as a Cake Addin #addin nuget:?package=Akka.NLog&version=0.6.4 // Install Akka.NLog as a Cake Tool #tool nuget:?package=Akka.NLog&version=0.6.4
NLog logging adapter for Akka.NET
Product | Versions 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. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Introduced `TailChoppingRouter`
All `ActorSystem` extensions now take an `ExtendedActorSystem` as a dependency - all thirdy party actor system extensions will need to update accordingly.
Fixed numerous bugs with remote deployment of actors.
Fixed a live-lock issue for high-traffic connections on Akka.Remote and introduced softer heartbeat failure deadlines.
Changed the configuration chaining process.
Removed obsolete attributes from `PatternMatch` and `UntypedActor`.
Laying groundwork for initial Mono support.