Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.7 KB

RELEASE_NOTES.md

File metadata and controls

37 lines (25 loc) · 1.7 KB

1.5.25 June 17 2024

As of Akka.Logger.Serilog v1.5.25, you can now do the following:

var log = Context.GetLogger()
    .ForContext("Address", "No. 4 Privet Drive")
    .ForContext("Town", "Little Whinging")
    .ForContext("County", "Surrey")
    .ForContext("Country", "England");
log.Info("My boss makes me use {Semantic} logging", "semantic");

And it will work without having to explicitly call Context.GetLogger<SerilogLoggingAdapter>() first.

1.5.12.1 August 31 2023

1.5.12 August 31 2023

1.5.7 May 19 2023

1.5.0.1 March 15 2023