NLog.Extensions.AzureTableStorage icon indicating copy to clipboard operation
NLog.Extensions.AzureTableStorage copied to clipboard

Does not write a record when container has slash

Open oshastitko opened this issue 9 years ago • 0 comments

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

oshastitko avatar Feb 28 '16 23:02 oshastitko