| NAnt  Help  Function Reference  environment::newline | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Gets the newline string defined for this environment.
string environment::newline()
            
    
    Output two lines in a log file.
<echo file="build.log" message="First line${environment::newline()}Second line" />