Index: vhUnitTest/APPS/Halux/PPS/MatService/BewaarMattenInfo/Test.cls.xml =================================================================== diff -u -r66727 -r68925 --- vhUnitTest/APPS/Halux/PPS/MatService/BewaarMattenInfo/Test.cls.xml (.../Test.cls.xml) (revision 66727) +++ vhUnitTest/APPS/Halux/PPS/MatService/BewaarMattenInfo/Test.cls.xml (.../Test.cls.xml) (revision 68925) @@ -97,6 +97,21 @@ ]]> + + + + ProductId:%Integer,DossierCode:%String 1 Index: APPS/Halux/PPS/MatService.cls.xml =================================================================== diff -u -r68902 -r68925 --- APPS/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 68902) +++ APPS/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 68925) @@ -46,7 +46,7 @@ } } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() - Do ..Logger(Exception) + Do ..Logger.Error("BewaarMattenInfo", Exception.GeefOmschrijving()) } ]]>