Releases: abkonsta/NLog.Extensions.AzureStorage
Enable configuration reload if connection string changes; bug fixes
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
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.