Level

Sets the current debug level. All internal processing blocks and messages up to the given debug level will be pushed to each threads debug buffer.

Note

Depending on how much information output is generated it can slow down the application.

Format

String

“Off”

Disable output

“Info”

Enable debug blocks and messages with level info

“Debug”

Enable debug blocks and messages up to level debug

“Trace”

Enable debug blocks and messages up to level trace

Default

“Off”

Note

Consider reading the topic Exporting Debug Information.