Support Board
Date/Time: Tue, 01 Jul 2025 00:24:18 +0000
Post From: Newline and sc.AddMessageToLog()
[2019-01-05 01:18:13] |
User41727 - Posts: 124 |
I'm trying to write a multiline message to the log via sc.AddMessageToLog(), but the newline characters from my concatenated SCString just get filtered out. Is this intentional? I'd prefer not to call the method separately for each line since there seems to be a notable performance penalty in doing so. |