source:
Include/Classes/System/Diagnostics/Debug.ab@
43
| Last change on this file since 43 was 43, checked in by , 19 years ago | |
|---|---|
| File size: 240 bytes | |
| Line | |
|---|---|
| 1 | #ifdef _DEBUG |
| 2 | |
| 3 | Class Debug |
| 4 | Public |
| 5 | Static Sub WriteLine( message As String ) |
| 6 | Trace.WriteLine( message ) |
| 7 | End Sub |
| 8 | End Class |
| 9 | |
| 10 | #else |
| 11 | |
| 12 | Class Debug |
| 13 | Public |
| 14 | Static Sub WriteLine( message As String ) |
| 15 | End Sub |
| 16 | End Class |
| 17 | |
| 18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
