source: Include/Classes/System/Diagnostics/Trace.ab@ 43

Last change on this file since 43 was 43, checked in by dai, 17 years ago
File size: 152 bytes
Line 
1Class Trace
2Public
3 Static Sub WriteLine( message As String )
4 Dim tempmsg = message + Ex"\n"
5 OutputDebugString( tempmsg )
6 End Sub
7End Class
Note: See TracBrowser for help on using the repository browser.