Skip to content

Releases: TheAngryByrd/FsLibLog

0.5.0

08 Nov 17:30
Compare
Choose a tag to compare

BREAKING: Remove ConsoleProvider from main code (#10)

0.4.1

08 Nov 17:16
Compare
Choose a tag to compare

BUGFIX: fix edge case with {}s in logs

0.4.0

31 Oct 19:27
Compare
Choose a tag to compare

FEATURE: Implement simple propertyname logging for the console logger #8

0.3.0

03 Oct 16:23
Compare
Choose a tag to compare

FEATURE: Adds to LogProvider two new methods getLoggerByQuotation and getLoggerByFunc. Also deprecates getCurrentLogger. (#7)

0.2.1

23 Jul 19:04
Compare
Choose a tag to compare

BUGFIX: Fixed openNestedContext typo
MINOR: Replaced DisposableList and List.rev with DisposeableStack

0.2.0

24 Jun 21:38
Compare
Choose a tag to compare

FEATURE: Add support for OpenMappedContext and OpenNestedContext for Serilog
FEATURE: Added addContext and addContextDestructured. These are the same as calling OpenMappedContext immediately before logging.
FEATURE: Added Marten and Npgsql Adapters