Wavelet Module Debug Message Settings

DESCRIPTION:

Control the level of debug message printing, and whether or not the C file information is printed with the messages.

USAGE:

wavDebugSetup(level="error", print.file=F)

OPTIONAL ARGUMENTS:

level
the level of messages to print: "error" to print only error-level messages, "warning" to print only warning and error-level messages, "trace" to print trace, warning, and error-level messages, and "none" to print no messages.
print.file
TRUE to print file names and line numbers from the C files with the messages, and FALSE to omit them.

VALUE:

Nothing.

SIDE EFFECTS:

Changes how and which debugging messages are displayed from the wavelet module.

EXAMPLES:

wavDebugSetup("warning", T)