|
EnableLogging |
Top Previous Next |
|
EnableLogging(Enable: Boolean; LogFile: String); - Delphi syntax EnableLogging(bool Enable, string LogFile); - C# syntax EnableLogging(Enable As Boolean, LogFile As String); - VB.NET syntax HRESULT EnableLogging([in] VARIANT_BOOL Enable, [in] BSTR LogFileName); - COM IDL syntax
Description Enables/disables logging facility. It is useful option if you need to prepare bug report.
|