Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Serilog.4.0.2.snupkg | 2024-09-28 | 279.2 kB | |
Serilog.4.0.2.nupkg | 2024-09-28 | 521.0 kB | |
README.md | 2024-09-28 | 348 Bytes | |
v4.0.2 source code.tar.gz | 2024-09-28 | 192.1 kB | |
v4.0.2 source code.zip | 2024-09-28 | 343.6 kB | |
Totals: 5 Items | 1.3 MB | 6 |
- [#2094] - remove boxing and string allocations in output template formatting (@epeshk)
- [#2103] - don't capture properties with private
get
accessors (@nblumhardt) - [#2095] - remove junk file (@Numpsy)
- [#2116] - fall back to
IDisposable
inLog.CloseAndFlushAsync()
when the target logger is notIAsyncDisposable
(@nblumhardt)