You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Breaking change [Fixed: SourceContext should be set consistent with Serilog expectations](https://github.com/akkadotnet/Akka.Logger.Serilog/issues/78)
4
-
5
-
#### 1.3.10 October 05 2019 ####
6
-
* Upgraded to Serilog v2.9.0
7
-
* Upgraded to Akka 1.3.15
8
-
9
-
#### 1.3.9 August 23 2018 ####
10
-
*[Fixed: Regression: ForContext API doesn't apply changes](https://github.com/akkadotnet/Akka.Logger.Serilog/issues/51)
11
-
* Upgraded to Akka.NET v1.3.9.
12
-
* Upgraded to Serilog v2.7.1.
13
-
14
-
#### 1.3.6 April 28 2018 ####
15
-
* 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).
16
-
* Upgraded to [Akka.NET v1.3.6](https://github.com/akkadotnet/akka.net/releases/tag/v1.3.6).
17
-
18
-
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`:
log.Info("My boss makes me use {semantic} logging", "semantic"); // serilog semantic logging format
23
-
```
24
-
25
-
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`.
26
-
27
-
#### 1.3.3 January 27 2018 ####
28
-
29
-
Removed SerilogLogMessageFormatter since its no longer needed
30
-
Support for Akka 1.3.3
31
-
Update to Serilog 2.6.0
32
-
33
-
#### 1.2.0 April 18 2017 ####
34
-
35
-
Support for Akka 1.2.0
36
-
37
-
#### 1.1.3 Januari 26 2017 ####
38
-
39
-
Support for Akka 1.1.3
40
-
41
-
Update to Serilog 2.4.0
42
-
43
-
#### 1.1.2 September 26 2016 ####
44
-
45
-
Support for Akka 1.1.2
46
-
Update to Serilog 2.2.1
47
-
48
-
#### 1.1.1 Juli 16 2016 ####
49
-
50
-
Support for Akka 1.1.1
51
-
Updated to Serilog 2.0.0
52
-
53
-
#### 1.0.8 March 27 2016 ####
54
-
55
-
Support for Akka 1.0.8
56
-
57
-
#### 1.0.7 Februari 29 2016 ####
58
-
59
-
Support for Akka 1.0.7
1
+
#### 1.4.1-RC1 March 02 2020 ####
2
+
* Updated Serilog to [Akka.NET v1.4.1-RC1](https://getakka.net/community/whats-new/akkadotnet-v1.4.html)
0 commit comments