Forum Discussion

erikgt's avatar
erikgt
Contributor
12 months ago
Solved

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...