Solved
Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
In your OnLogError event handler, add the following line
LogParams.Locked = true;
This will suppress the logging of the error itself. All other errors will log, but this one will simply just not log anymore.