Akka.Logger.Serilog 1.3.6
Serilog logging adapter for Akka.NET.
No packages depend on Akka.Logger.Serilog.
Restored `SerilogLogMessageFormatter` in order to fix [Bug: `LogEvent.ToString()` blows up when using Serilog semantic formatting](https://github.com/akkadotnet/Akka.Logger.Serilog/issues/43).
Upgraded to [Akka.NET v1.3.6](https://github.com/akkadotnet/akka.net/releases/tag/v1.3.6).
If you intend on using any of the Serilog semantic logging formats in your logging strings, __you need to use the SerilogLoggingAdapter__ inside your instrumented code or there could be elsewhere inside parts of your `ActorSystem`:
```csharp
var log = Context.GetLogger<SerilogLoggingAdapter>(); // correct
log.Info("My boss makes me use {semantic} logging", "semantic"); // serilog semantic logging format
```
This will allow all logging events to be consumed anywhere inside the `ActorSystem`, including places like the Akka.NET TestKit, without throwing `FormatException`s when they encounter semantic logging syntax outside of the `SerilogLogger`.
.NET Framework 4.5
.NET Standard 1.6
- NETStandard.Library (>= 1.6.1)
- Akka (>= 1.3.6)
- Serilog (>= 2.6.0)
Version | Downloads | Last updated |
---|---|---|
1.5.25 | 27 | 06/27/2024 |
1.5.12.1 | 20 | 03/18/2024 |
1.5.12 | 14 | 03/18/2024 |
1.5.7 | 32 | 06/14/2023 |
1.5.0.1 | 9 | 04/09/2024 |
1.5.0 | 11 | 06/14/2023 |
1.5.0-beta5 | 7 | 04/09/2024 |
1.4.42 | 8 | 08/29/2023 |
1.4.26 | 39 | 03/30/2022 |
1.4.25 | 9 | 07/24/2022 |
1.4.17 | 23 | 07/21/2022 |
1.4.11 | 12 | 07/24/2022 |
1.4.10 | 12 | 07/24/2022 |
1.4.8 | 10 | 07/24/2022 |
1.4.3 | 16 | 07/24/2022 |
1.4.1 | 9 | 07/24/2022 |
1.4.1-rc3 | 12 | 07/24/2022 |
1.4.1-RC1 | 19 | 07/24/2022 |
1.3.11 | 13 | 07/24/2022 |
1.3.10 | 11 | 07/24/2022 |
1.3.9 | 24 | 07/24/2022 |
1.3.6 | 9 | 07/24/2022 |
1.3.3 | 33 | 07/24/2022 |
1.3.0 | 12 | 07/24/2022 |
1.2.0 | 13 | 07/24/2022 |
1.1.3 | 10 | 07/24/2022 |
1.1.2 | 10 | 07/24/2022 |
1.1.1 | 11 | 07/24/2022 |
1.0.8 | 11 | 07/24/2022 |
1.0.7 | 11 | 07/24/2022 |
1.0.6 | 15 | 07/24/2022 |
1.0.5 | 9 | 07/23/2022 |
1.0.4 | 11 | 07/23/2022 |
1.0.3 | 10 | 07/23/2022 |
1.0.2 | 9 | 07/23/2022 |
1.0.1 | 9 | 07/23/2022 |
1.0.0 | 10 | 07/23/2022 |
1.0.0-dev1504032244 | 10 | 07/23/2022 |
0.8.0 | 10 | 07/24/2022 |
0.7.1 | 9 | 07/23/2022 |
0.7.0 | 12 | 07/23/2022 |