LBM .Net API Documentation
setDebugLogCallback Method (enable)
Namespacescom.latencybusters.lbmLBMsetDebugLogCallback(Boolean)
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.
Declaration Syntax
C#
public static void setDebugLogCallback(
	bool enable
)
Parameters
enable (Boolean)
true enables, false disables.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0