This commit is contained in:
2025-12-02 15:40:12 +01:00
parent 6649fb1350
commit edc9dfd565
17 changed files with 161 additions and 50 deletions

View File

@@ -25,7 +25,7 @@ namespace BeWo.Service.ServiceBehavior.WCFError
public void ProvideFault(Exception error, MessageVersion version, ref Message message)
{
// Logge in File
ServiceHelper.WCFErrorLogger.LogError(error);
ServiceLogger.WCFErrorLogger.LogError(error);
var wcfError = Utils.CreateBeWoFaultException(error);