Thanks to visit codestin.com
Credit goes to github.com

Skip to content

4.11.0 - Add a public initializer to LogRecord

Choose a tag to compare

@penny-for-vapor penny-for-vapor released this 18 Nov 06:33
· 19 commits to main since this release
2e3e205

What's Changed

Add a public initializer to LogRecord by @semicoleon in #194

One of the goals of the LoggerFragment system was to make it simple to handle more complex logging logic by wrapping a custom log handler around the existing LoggerFragment system.

Unfortunately I forgot to give LogRecord a public initializer which makes doing that impossible.

This patch was released by @gwynne

Full Changelog: 4.10.2...4.11.0