Some log messages that the Wrapper generates contain multiple lines.
These are transparently logged as individual lines in the console, log file and other targets.
But with the Windows Event Log and UNIX syslog, the messages are intentionally kept as a single message to make them easier to read.
In some cases however, you may wish to force these messages to be broken up into individual lines.
A value of TRUE will break up the lines.
The default value is FALSE.