System.Tether.Manager.TTetheringAdapter.Log

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure Log(const Msg: string);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


説明

指定されたメッセージが、マネージャに登録されているロガー(logger)を使用して、ログに取ります

TTetheringNetworkAdapterCommon および TTetheringBluetoothAdapter は、Log を使用してデバッグ情報を提供します。

たとえば TTetheringNetworkAdapterCommon は、登録されたロガーを使用して、以下のデータをログに記録します。

  • リクエストおよびレスポンスのメッセージ、通信ペアリング状態
  • UDP パッケージのためのデータ。IP アドレスや、入力、出力 UDP パッケージなど。

関連項目