IBX.IBConnectionBroker.TIBConnectionBroker.DoLog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoLog(msg: string);

C++

void __fastcall DoLog(System::UnicodeString msg);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
IBX.IBConnectionBroker.pas
IBX.IBConnectionBroker.hpp
IBX.IBConnectionBroker TIBConnectionBroker

Description

Logs the given message.

The DoLog method logs the given message by means of TIBConnectionBrokerLogEvent.

See Also