Metadata >> NuGet >> Akka.Logger.Serilog

Akka.Logger.Serilog

Metadata

Authors Akka.NET Team
Copyrights Copyright © 2013-2015 Akka.NET Team
Description Serilog logging adapter for Akka.NET
IconUrl http://getakka.net/images/AkkaNetLogo.Normal.png
LicenseUrl https://github.com/akkadotnet/akka.net/blob/master/LICENSE
Owners Akka.NET Team
ProjectUrl https://github.com/akkadotnet/akka.net
ReleaseNotes 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 ```
RequireLicenseAcceptance False
Tags akka actors actor model Akka concurrency Serilog
Dependencies Serilog:1.3.43|Akka:1.0.4
Title Akka.Logger.Serilog
PackageSize 16302
PackageHashAlgorithm SHA512
PackageHash U4xd+f7msaCd7nJkrMJBqCp1G1h1n9pjXy/hom4BYD0veh+ly012VHXNOX1NPY8Esmy4xEL2oM6LtX5WUL0KkQ==
DownloadCount 000000
CreatedDate 2015-08-08T00:02:54

Access

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

NuGet (nuget.exe)

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

NuGet (Package Manager Console)

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

OpenWrap

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

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.4
1.0.2
1.0.1
1.0.0-dev1504032244
0.7.1
0.7.0