VpnChannel.LogDiagnosticMessage(String) メソッド

定義

診断メッセージをシステム ログに書き込みます。

public:
 virtual void LogDiagnosticMessage(Platform::String ^ message) = LogDiagnosticMessage;
void LogDiagnosticMessage(winrt::hstring const& message);
public void LogDiagnosticMessage(string message);
function logDiagnosticMessage(message)
Public Sub LogDiagnosticMessage (message As String)

パラメーター

message
String

Platform::String

winrt::hstring

診断メッセージのテキスト。

Windows の要件

アプリの機能
networkingVpnProvider

注釈

LogDiagnosticMessage でログに記録されたメッセージは、イベント ビューアーを使用して、Application and Services Logs\Microsoft\Windows\Vpn Plugin Platform で表示できます。

適用対象