Metadata >> NuGet >> Akka.Logger.Serilog >> 0.7.1

0.7.1

Metadata

Authors Akka.NET Team
Copyrights Copyright © 2013-2014 Akka.NET Team
Description Serilog logging adapter for Akka.NET
IconUrl https://raw.githubusercontent.com/akkadotnet/akka.net/gh-pages/images/icon-32x32.png
LicenseUrl https://github.com/akkadotnet/akka.net/blob/master/LICENSE
Owners Akka.NET Team
ProjectUrl https://github.com/akkadotnet/akka.net
ReleaseNotes __Brand New F# API__. The entire F# API has been updated to give it a more native F# feel while still holding true to the Erlang / Scala conventions used in actor systems. [Read more about the F# API changes](https://github.com/akkadotnet/akka.net/pull/526). __Multi-Node TestKit (Alpha)__. Not available yet as a NuGet package, but the first pass at the Akka.Remote.TestKit is now available from source, which allow you to test your actor systems running on multiple machines or processes. A multi-node test looks like this public class InitialHeartbeatMultiNode1 : InitialHeartbeatSpec { } public class InitialHeartbeatMultiNode2 : InitialHeartbeatSpec { } public class InitialHeartbeatMultiNode3 : InitialHeartbeatSpec { } public abstract class InitialHeartbeatSpec : MultiNodeClusterSpec The MultiNodeTestRunner looks at this, works out that it needs to create 3 processes to run 3 nodes for the test. It executes NodeTestRunner in each process to do this passing parameters on the command line. [Read more about the multi-node testkit here](https://github.com/akkadotnet/akka.net/pull/497). __Breaking Change to the internal api: The `Next` property on `IAtomicCounter<T>` has been changed into the function `Next()`__ This was done as it had side effects, i.e. the value was increased when the getter was called. This makes it very hard to debug as the debugger kept calling the property and causing the value to be increased. __Akka.Serilog__ `SerilogLogMessageFormatter` has been moved to the namespace `Akka.Logger.Serilog` (it used to be in `Akka.Serilog.Event.Serilog`). Update your `using` statements from `using Akka.Serilog.Event.Serilog;` to `using Akka.Logger.Serilog;`. __Breaking Change to the internal api: Changed signatures in the abstract class `SupervisorStrategy`__. The following methods has new signatures: `HandleFailure`, `ProcessFailure`. If you've inherited from `SupervisorStrategy`, `OneForOneStrategy` or `AllForOneStrategy` and overriden the aforementioned methods you need to update their signatures. __TestProbe can be implicitly casted to ActorRef__. New feature. Tests requring the `ActorRef` of a `TestProbe` can now be simplified: ``` C# var probe = CreateTestProbe(); var sut = ActorOf<GreeterActor>(); sut.Tell("Akka", probe); // previously probe.Ref was required probe.ExpectMsg("Hi Akka!"); ``` __Bugfix for ConsistentHashableEvenlope__. When using `ConsistentHashableEvenlope` in conjunction with `ConsistentHashRouter`s, `ConsistentHashableEvenlope` now correctly extracts its inner message instead of sending the entire `ConsistentHashableEvenlope` directly to the intended routee. __Akka.Cluster group routers now work as expected__. New update of Akka.Cluster - group routers now work as expected on cluster deployments. Still working on pool routers. [Read more about Akka.Cluster routers here](https://github.com/akkadotnet/akka.net/pull/489).
RequireLicenseAcceptance False
Tags akka actors actor model Akka concurrency Serilog
Dependencies Serilog:1.3.43|Akka:0.7.1
Title Akka.Logger.Serilog - BETA
PackageSize 15356
PackageHashAlgorithm SHA512
PackageHash jPR3HZe3wiGm8NY2PyW/SYl75ors/0S8IpHZStKnNlPeYi6jdlKrPkCGxAWW1fgmkTlEzh/QPLtiBh8vGrgcgw==
DownloadCount 000000
CreatedDate 2014-12-13T21:44:26

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Akka.Logger.Serilog -Version 0.7.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Akka.Logger.Serilog -Version 0.7.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Akka.Logger.Serilog 0.7.1 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Akka.Logger.Serilog -Version 0.7.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Akka.Logger.Serilog -Version 0.7.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Akka.Logger.Serilog -Version 0.7.1
Uninstalling the package:
o remove-wrap Akka.Logger.Serilog

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries