Akka.Logger.Serilog 1.0.4

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

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 (5)

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

Package Downloads
SharpPulsar

SharpPulsar is Apache Pulsar Client built using Akka.net

SnD.Sdk

SDK for Sneaks&Data OSS Projects

EventSaucing

An event source stack based on NEventStore and Akka

Cy.Bee.Core

Cy.Bee.Core assembles well-known packages for rapid application prototyping in contexts of Cyber Physical System (CPS). The Cy.Bee.Core rely on ReactiveX, EFCore and Akka.NET to create the basic functionalities for Cy.Bee.

Cy.Bee.Testkit

Cy.Bee.Core assembles well-known packages for rapid application prototyping in contexts of Cyber Physical System (CPS). The Cy.Bee.Testkit re-models the behavior of xUnit to archieve sequencial test scenarios to maximize human-accessiblity.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.25 232,095 6/17/2024
1.5.12.1 313,221 9/14/2023
1.5.12 11,925 8/31/2023
1.5.7 192,189 5/19/2023
1.5.0.1 63,522 3/15/2023
1.5.0 30,933 3/2/2023
1.5.0-beta5 307 3/1/2023
1.4.42 231,036 9/23/2022
1.4.26 421,645 10/7/2021
1.4.25 16,497 9/9/2021
1.4.17 160,482 3/17/2021
1.4.11 244,287 11/7/2020
1.4.10 11,435 10/28/2020
1.4.8 104,546 7/1/2020
1.4.3 60,172 3/27/2020
1.4.1 5,464 3/11/2020
1.4.1-rc3 453 3/10/2020
1.4.1-RC1 545 3/2/2020
1.3.11 44,390 2/5/2020
1.3.10 89,137 10/5/2019
1.3.9 295,654 8/23/2018
1.3.6 93,239 4/30/2018
1.3.3 45,182 2/1/2018
1.3.0 28,968 8/15/2017
1.2.0 14,815 5/2/2017
1.1.3 5,805 2/15/2017
1.1.2 10,423 10/11/2016
1.1.1 5,665 7/16/2016
1.0.8 10,875 4/28/2016
1.0.7 1,839 4/7/2016
1.0.6 4,514 1/18/2016
1.0.5 2,434 12/3/2015
1.0.4 3,219 8/8/2015
1.0.3 1,869 6/12/2015
1.0.2 1,482 6/3/2015
1.0.1 1,909 4/28/2015
1.0.0 1,510 4/9/2015
1.0.0-dev1504032244 1,189 4/3/2015
0.8.0 1,712 2/12/2015
0.7.1 1,703 12/13/2014
0.7.0 5,445 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
```