BB FlashBack SDK: FBLogs

AddWarning

Description

Call this method to trigger the LogWarning event handler.

Syntax

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

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

Parameter Description
message Text of the warning message.

Remarks

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

See Also

Using the FBLogs class  FBLogs::LogWarning  FBLogs::AddInfo  FBLogs::AddError  FBLogs::Enabled