erikgt
4 months agoOccasional Contributor
HTML in log will not render
I'm using the following code in an OnLogError event handler to turn an error stemming from a File checkpoint into a warning: if (LogParams.MessageText.includes('The file checkpoint')) {
Log.W...