LBM .Net API Documentation
dumpDebugLog Method (filename, append)
Namespacescom.latencybusters.lbmLBMdumpDebugLog(String, Boolean)
Dump the in-memory LBM debug log to a specified file.
Declaration Syntax
C#
public static void dumpDebugLog(
	string filename,
	bool append
)
Parameters
filename (String)
Name of the file to dump debug log events to.
append (Boolean)
Set to true to append the debug log to the file; otherwise, the file is overwritten.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0