System.Tether.Manager.TTetheringAdapter.Log
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
- System.Tether.Manager.TTetheringAdapter
- System.Tether.Manager.TTetheringAdapter.RegisterLog
- System.Tether.Manager.TTetheringManagerCommunicationThread.TPairingState
- System.Tether.NetworkAdapter.TTetheringNetworkAdapter
- System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter
- System.Tether.Manager.TTetheringAdapter.TTetheringLog