At the moment we are creating logging messages at multiple places in the code, mostly in the Loop - types. We want to be able to call a function that either creates the logmessage for us and even sends it. Instead of fully creating a 'skip logging message' like we do now, we simply want to call 'createSkipLogResult( res: SkipResult ) and this function handles it for us. This will greatly increase readability of the code.
At the moment we are creating logging messages at multiple places in the code, mostly in the Loop - types. We want to be able to call a function that either creates the logmessage for us and even sends it. Instead of fully creating a 'skip logging message' like we do now, we simply want to call 'createSkipLogResult( res: SkipResult ) and this function handles it for us. This will greatly increase readability of the code.