Enable logging of debug messages to the application logging callback
set by LBM.setLogger(). By default, if lbm debug logging is enabled it is
sent to the filename specified by setDebugFilename(), or stderr.
Calling setDebugLogCallback() with a value of true will redirect debug
logging to the application logger set by setLogger(), or
stderr if no logger is set.

C# |
public static void setDebugLogCallback( bool enable )

- enable (Boolean)
- true enables, false disables.