Akka.Logger.Serilog
Akka.Logger.Serilog copied to clipboard
Akka.NET logging integration for Serilog library
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...
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...
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...
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...
Log output comparison for #255 As far as I know, this log output bug has always been there, as shown by the 2 tests.
## 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...