Akka.Logger.Serilog icon indicating copy to clipboard operation
Akka.Logger.Serilog copied to clipboard

Akka.NET logging integration for Serilog library

Results 7 Akka.Logger.Serilog issues
Sort by recently updated
recently updated
newest added

Bumps [Serilog](https://github.com/serilog/serilog) from 2.12.0 to 3.1.1. Release notes Sourced from Serilog's releases. v3.1.1 #1977 - don't stack overflow when disposing ReusableStringWriter with large renderings (@​nblumhardt) This is a bugfix for...

dependencies

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.8.0. Commits be260b3 v2.8.0 a8ceb66 #783: Add -useansicolor flag to console runner (v2) 7b0ff93 Don't show /aggressive with unlimited threads 46cdf06 Support parallel algorithm in...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.8.0. Commits 6438bb8 v2.8.0 2afd4cd Pick up latest dependencies b8be108 Add multiplier format support to RunSettings 3c2e493 Update to 2.7.2-pre.17 and support Xunit.ParallelAlgorithm in RunSetttings...

dependencies

Bumps [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) from 4.1.0 to 5.0.0. Release notes Sourced from Serilog.Sinks.Console's releases. v5.0.0 #134 - optimize TimestampTokenRenderer (@​sungam3r) #135 - added tests (@​sungam3r) #137 - support upper and lower-case formatting...

dependencies

Log output comparison for #255 As far as I know, this log output bug has always been there, as shown by the 2 tests.

NO MERGE

## Changes Attempts to add https://getakka.net/articles/utilities/logging.html#filtering-log-messages support to Serilog ## Checklist For significant changes, please ensure that the following have been completed (delete if not relevant): * [ ] This...

## Changes Added some convenience methods for configuring `SerilogLogger` with Akka.Hosting automatically - and enabling the `SerilogLogMessageFormatter` to be the default message formatter for the `ActorSystem`. ## Checklist For significant...