Logging MethodsNaiad Help

[This is preliminary documentation and is subject to change.]

The Logging type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAssert(Boolean)
Logs an Error level message if condition is not true.
Public methodStatic memberAssert(Boolean, String, Object)
Logs an Error level message if condition is not true.
Public methodStatic memberDebug
Logs a format string and arguments at Debug level
Public methodStatic memberError
Logs a format string and arguments at Error level
Public methodStatic memberFatal
Logs a format string and arguments at Fatal level
Public methodStatic memberInfo
Logs a format string and arguments at Info level
Public methodStatic memberInspectBuffer
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"
Public methodStatic memberProgress
Logs a format string and arguments at Progress level
Public methodStatic memberStop
Stops logging cleanly.
Top
See Also

Reference