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