Forum Discussion

erikgt's avatar
erikgt
New Contributor
9 days ago

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