System.Tether.Manager.TTetheringAdapter.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
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Logs the specified message using the logger registered in your manager.

TTetheringNetworkAdapter and TTetheringBluetoothAdapter use Log to provide debugging information.

For instance, the TTetheringNetworkAdapter logs the following data using the registered logger:

  • Request and response messages, and the communication pairing state.
  • Data for UDP packages too, such as the IP address, and the incoming and outgoing UDP packages.

See Also