Login Page - Create Account

Support Board


Date/Time: Fri, 24 Jan 2025 06:30:06 +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.