System.Tether.Manager.TTetheringAdapter.TTetheringLog.Log

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure Log(const Msg: string);

C++

__classmethod void __fastcall Log(const System::UnicodeString Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringLog

Description

Adds to the end of the log the debugging message.

If a log is registered for the adapter, the Log method adds the Msg to the end of the debugging log.

See Also