Change found line "found line" seperator in log file monitormonitor output
I am trying to output a notification to Microsoft Teams and the "found line separator" that is used in the $Details$ out put causes the text to become "engorged". This seems to be due to the fact that the webhook api for the application reads the text objects as being in Markdown, so it interprets each line a heading instead of plain text. It would seem that there is no way to escape the entirety of the $Details$ output, so I was wondering if there was a way to change the separator characters to somethin that would not throw Teams into a Markdown tizzy.