VpnChannel.LogDiagnosticMessage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a diagnostic message to the system log.
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)
Parameters
- message
-
String
Platform::String
winrt::hstring
The text of the diagnostic message.
Windows requirements
App capabilities |
networkingVpnProvider
|
Remarks
The messages logged with LogDiagnosticMessage can be viewed using Event Viewer, under Application and Services Logs\Microsoft\Windows\Vpn Plugin Platform.