Gets the newline string defined for this environment.
A string containing CRLF for non-Unix platforms, or LF for Unix platforms.
Output two lines in a log file.
<echo file="build.log" message="First line${environment::newline()}Second line" />
EnvironmentFunctions Class | NAnt.Core.Functions Namespace