Skip to content

Releases: serilog-contrib/serilog-formatting-log4net

Version 1.0.0-rc.2

01 Apr 15:02
Compare
Choose a tag to compare
Version 1.0.0-rc.2 Pre-release
Pre-release
  • Handle non Serilog provided LogEventPropertyValue subclasses
  • The Log4NetTextFormatterOptionsBuilder constructor is now internal
  • Include the index in the property name when formatting a SequenceValue

Before (1.0.0-rc.1):

<log4net:data name="Args" value="--first-argument" />
<log4net:data name="Args" value="--second-argument" />

After (1.0.0-rc.2)

<log4net:data name="Args[0]" value="--first-argument" />
<log4net:data name="Args[1]" value="--second-argument" />
  • Documentation has been improved

Version 1.0.0-rc.1

05 Feb 00:29
Compare
Choose a tag to compare
Version 1.0.0-rc.1 Pre-release
Pre-release

Release candidate 1

This release contains the same code as 1.0.0-alpha.0.110.

Still trying to figure out how to make everything fit together with MinVer, annotated tags and GitHub actions.

Version 1.0.0-alpha.0.110

04 Feb 09:54
Compare
Choose a tag to compare
Pre-release

Implement log4j compatibility mode