BB FlashBack SDK: FBLogs

AddError

Description

Call this method to trigger the LogError event handler.

Syntax

[C#/C++]
protected virtual void AddError(BSTR message)

[VB.NET]
Protected Overridable Sub AddError(ByVal message As String)

Parameter Description
message Text of the error message.

Remarks

You need to define the LogError event handler in order to have the AddError method write any information to log files. There is no default definition of LogError provided.

See Also

Using the FBLogs class  FBLogs::LogError  FBLogs::AddInfo  FBLogs::AddWarning  FBLogs::Enabled