[This is preliminary documentation and is subject to change.]
The Logging type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Assert(Boolean) |
Logs an Error level message if condition is not true.
| |
| Assert(Boolean, String, Object) |
Logs an Error level message if condition is not true.
| |
| Debug |
Logs a format string and arguments at Debug level
| |
| Error |
Logs a format string and arguments at Error level
| |
| Fatal |
Logs a format string and arguments at Fatal level
| |
| Info |
Logs a format string and arguments at Info level
| |
| InspectBuffer |
Method to enable inspection of buffer contents from the debugger.
When in a breakpoint, invoke this method from the Immediate window
and then look at the buffer by typing "NaiadLog.buf"
| |
| Progress |
Logs a format string and arguments at Progress level
| |
| Stop |
Stops logging cleanly.
|
See Also