Akka.Logger.NLog 1.0.2

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.2
                    
NuGet\Install-Package Akka.Logger.NLog -Version 1.0.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akka.Logger.NLog" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Akka.Logger.NLog" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Akka.Logger.NLog --version 1.0.2
                    
#r "nuget: Akka.Logger.NLog, 1.0.2"
                    
#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.
#:package Akka.Logger.NLog@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Akka.Logger.NLog&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Akka.Logger.NLog&version=1.0.2
                    
Install as a Cake Tool

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

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

FAkka.Shared

Package Description

AkkaDotModule.Webnori

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.41 4,533 5/15/2025
1.5.13 160,932 9/27/2023
1.5.0 41,193 3/6/2023
1.4.10 269,488 10/29/2020
1.4.5 37,621 5/4/2020
1.3.5 36,803 1/28/2020
1.3.4 5,207 1/12/2020
1.3.3 150,752 8/1/2018
1.3.1 40,085 5/7/2018
1.3.0-beta 6,890 8/31/2017
1.2.0 66,111 4/25/2017
1.1.2 40,565 10/26/2016
1.1.1 32,504 7/20/2016
1.0.8 16,573 4/28/2016
1.0.7 9,259 4/7/2016
1.0.6 13,428 1/18/2016
1.0.5 3,593 12/3/2015
1.0.4 5,516 8/8/2015
1.0.3 3,228 6/12/2015
1.0.2 2,406 6/3/2015
1.0.1 2,492 4/28/2015
1.0.0 2,329 4/9/2015
1.0.0-dev1504032244 1,904 4/3/2015
0.8.0 2,478 2/12/2015
0.7.1 2,431 12/13/2014
0.7.0 2,817 10/20/2014

Bugfix release for Akka.NET v1.0.1.**
Fixes & Changes - Akka.NET Core
[Routers seem ignore supervision strategy](https://github.com/akkadotnet/akka.net/issues/996)
[Replaced DateTime.Now with DateTime.UtcNow/MonotonicClock](https://github.com/akkadotnet/akka.net/pull/1009)
[DedicatedThreadScheduler](https://github.com/akkadotnet/akka.net/pull/1002)
[Add ability to specify scheduler implementation in configuration](https://github.com/akkadotnet/akka.net/pull/994)
[Added generic extensions to EventStream subscribe/unsubscribe.](https://github.com/akkadotnet/akka.net/pull/990)
[Convert null to NoSender.](https://github.com/akkadotnet/akka.net/pull/993)
[Supervisor strategy bad timeouts](https://github.com/akkadotnet/akka.net/pull/986)
[Updated Pigeon.conf throughput values](https://github.com/akkadotnet/akka.net/pull/980)
[Add PipeTo for non-generic Tasks for exception handling](https://github.com/akkadotnet/akka.net/pull/978)
Fixes & Changes - Akka.NET Dependency Injection
[Added Extensions methods to ActorSystem and ActorContext to make DI more accessible](https://github.com/akkadotnet/akka.net/pull/966)
[DIActorProducer fixes](https://github.com/akkadotnet/akka.net/pull/961)
[closes akkadotnet/akka.net#1020 structuremap dependency injection](https://github.com/akkadotnet/akka.net/pull/1021)
Fixes & Changes - Akka.Remote and Akka.Cluster
[Fixing up cluster rejoin behavior](https://github.com/akkadotnet/akka.net/pull/962)
[Added dispatcher fixes for remote and cluster ](https://github.com/akkadotnet/akka.net/pull/983)
[Fixes to ClusterRouterGroup](https://github.com/akkadotnet/akka.net/pull/953)
[Two actors are created by remote deploy using Props.WithDeploy](https://github.com/akkadotnet/akka.net/issues/1025)
Fixes & Changes - Akka.Persistence
[Renamed GuaranteedDelivery classes to AtLeastOnceDelivery](https://github.com/akkadotnet/akka.net/pull/984)
[Changes in Akka.Persistence SQL backend](https://github.com/akkadotnet/akka.net/pull/963)
[PostgreSQL persistence plugin for both event journal and snapshot store](https://github.com/akkadotnet/akka.net/pull/971)
[Cassandra persistence plugin](https://github.com/akkadotnet/akka.net/pull/995)
New Features:**
Akka.TestKit.XUnit2**
Akka.NET now has support for [XUnit 2.0](https://xunit.github.io/)! You can install Akka.TestKit.XUnit2 via the NuGet commandline:
```
PM> Install-Package Akka.TestKit.XUnit2
```
Akka.Persistence.PostgreSql** and **Akka.Persistence.Cassandra**
Akka.Persistence now has two additional concrete implementations for PostgreSQL and Cassandra! You can install either of the packages using the following commandline:
[Akka.Persistence.PostgreSql Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.PostgreSql)
```
PM> Install-Package Akka.Persistence.PostgreSql
```
[Akka.Persistence.Cassandra Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.Cassandra)
```
PM> Install-Package Akka.Persistence.Cassandra
```
Akka.DI.StructureMap**
Akka.NET's dependency injection system now supports [StructureMap](https://structuremap.github.io/)! You can install Akka.DI.StructureMap via the NuGet commandline:
```
PM> Install-Package Akka.DI.StructureMap
```