Akka.Logger.Serilog 1.0.2

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.Serilog --version 1.0.2
NuGet\Install-Package Akka.Logger.Serilog -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.Serilog" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Logger.Serilog --version 1.0.2
#r "nuget: Akka.Logger.Serilog, 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.
// Install Akka.Logger.Serilog as a Cake Addin
#addin nuget:?package=Akka.Logger.Serilog&version=1.0.2

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

Serilog 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 (3)

Showing the top 3 NuGet packages that depend on Akka.Logger.Serilog:

Package Downloads
SharpPulsar

SharpPulsar is Apache Pulsar Client built using Akka.net

EventSaucing

An event source stack based on NEventStore and Akka

SnD.Sdk

SDK for Sneaks&Data OSS Projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.12.1 104,302 9/14/2023
1.5.12 9,435 8/31/2023
1.5.7 122,637 5/19/2023
1.5.0.1 55,808 3/15/2023
1.5.0 29,896 3/2/2023
1.5.0-beta5 255 3/1/2023
1.4.42 198,604 9/23/2022
1.4.26 391,277 10/7/2021
1.4.25 16,249 9/9/2021
1.4.17 157,512 3/17/2021
1.4.11 236,185 11/7/2020
1.4.10 11,339 10/28/2020
1.4.8 94,207 7/1/2020
1.4.3 57,627 3/27/2020
1.4.1 5,367 3/11/2020
1.4.1-rc3 393 3/10/2020
1.4.1-RC1 497 3/2/2020
1.3.11 44,157 2/5/2020
1.3.10 88,805 10/5/2019
1.3.9 288,958 8/23/2018
1.3.6 92,463 4/30/2018
1.3.3 44,060 2/1/2018
1.3.0 28,411 8/15/2017
1.2.0 14,611 5/2/2017
1.1.3 5,528 2/15/2017
1.1.2 10,204 10/11/2016
1.1.1 5,513 7/16/2016
1.0.8 10,726 4/28/2016
1.0.7 1,713 4/7/2016
1.0.6 4,286 1/18/2016
1.0.5 2,310 12/3/2015
1.0.4 3,061 8/8/2015
1.0.3 1,744 6/12/2015
1.0.2 1,359 6/3/2015
1.0.1 1,769 4/28/2015
1.0.0 1,375 4/9/2015
1.0.0-dev1504032244 1,060 4/3/2015
0.8.0 1,570 2/12/2015
0.7.1 1,572 12/13/2014
0.7.0 2,448 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
```