NxLibDebugBlock

<< Click to Display Table of Contents >>

Navigation:  NxLib API > C++ Interface >

NxLibDebugBlock

This class simplifies the usage of debug blocks. It will call nxLibOpenDebugBlock during its construction and nxLibCloseDebugBlock during its destruction.

 

Constructor

NxLibDebugBlock(char const* name, NxLibDebugLevel level = nxdInherit)

Parameters

name

Debug block name.

level

Debug level of this block.