BB FlashBack SDK: FBLogs

AddInfo

Description

Call this method to trigger the LogInfo event handler.

Syntax

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

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

Parameter Description
message Text of the informational message.

Remarks

You need to define the LogInfo 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::LogInfo  FBLogs::AddError  FBLogs::AddWarning  FBLogs::Enabled