BacklogSize

Maximum amount of log information that will be saved. If the backlog exceeds the given size, it will start discarding the oldest entries.

To prevent losing any debug information it is advised to periodically read out the debug buffer using either nxLibGetDebugBuffer or nxLibGetDebugMessages. The minimal read-out frequency depends on the size of the ring buffers and the amount of log output generated. The amount of output depends on the /Debug/Level and the number of called commands and API functions.

Format

Number

Maximum amount of log information (in bytes) that will be saved.

Default

20971520 (i.e. 20MB)