Skip to content

Releases: abkonsta/NLog.Extensions.AzureStorage

Enable configuration reload if connection string changes; bug fixes

06 Oct 21:47
Compare
Choose a tag to compare

If a new value of the ConnectionString property is assigned, the target is now able to detect that and re-initialize its connection to the Windows Azure storage account. This behavior was modeled based on NLog's own DatabaseTarget target.

The main goal of this release was to provide ability to store NLog logs in Windows Azure Table Storage while being able to customize the partition and row key by using macros such as ${date}, ${time}, ${guid}, etc. See the README.md file for more information.

Fork with customizeable partition and row keys

05 Oct 21:12
Compare
Choose a tag to compare

The main goal of this release was to provide ability to store NLog logs in Windows Azure Table Storage while being able to customize the partition and row key by using macros such as ${date}, ${time}, ${guid}, etc. See the README.md file for more information.