NLog.Extensions.AzureTableStorage
NLog.Extensions.AzureTableStorage copied to clipboard
Does not write a record when container has slash
It does not work, when container has slash. None error or exception, just record is not added.
I.e.
_log.AddLog("PricingController/PaymentCreditCard", p_ex.Message, LogService.LogLevel.WARN);
Does not work.
_log.AddLog("PricingControllerPaymentCreditCard", p_ex.Message, LogService.LogLevel.WARN);
works