LoggingChannel.LogMessage Methode

Definition

Überlädt

LogMessage(String)

Protokolliert eine Nachricht beim aktuellen LoggingChannel.

LogMessage(String, LoggingLevel)

Protokolliert eine Nachricht beim aktuellen LoggingChannel mit dem angegebenen LoggingLevel.

LogMessage(String)

Protokolliert eine Nachricht beim aktuellen LoggingChannel.

public:
 virtual void LogMessage(Platform::String ^ eventString) = LogMessage;
/// [Windows.Foundation.Metadata.Overload("LogMessage")]
void LogMessage(winrt::hstring const& eventString);
[Windows.Foundation.Metadata.Overload("LogMessage")]
public void LogMessage(string eventString);
function logMessage(eventString)
Public Sub LogMessage (eventString As String)

Parameter

eventString
String

Platform::String

winrt::hstring

Die zu protokollierende Meldung.

Implementiert

M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(System.String) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(Platform::String) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(winrt::hstring)
Attribute

Weitere Informationen

Gilt für:

LogMessage(String, LoggingLevel)

Protokolliert eine Nachricht beim aktuellen LoggingChannel mit dem angegebenen LoggingLevel.

public:
 virtual void LogMessage(Platform::String ^ eventString, LoggingLevel level) = LogMessage;
/// [Windows.Foundation.Metadata.Overload("LogMessageWithLevel")]
void LogMessage(winrt::hstring const& eventString, LoggingLevel const& level);
[Windows.Foundation.Metadata.Overload("LogMessageWithLevel")]
public void LogMessage(string eventString, LoggingLevel level);
function logMessage(eventString, level)
Public Sub LogMessage (eventString As String, level As LoggingLevel)

Parameter

eventString
String

Platform::String

winrt::hstring

Die zu protokollierende Meldung.

level
LoggingLevel

Der Protokolliergrad.

Implementiert

M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(System.String,Windows.Foundation.Diagnostics.LoggingLevel) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(Platform::String,Windows.Foundation.Diagnostics.LoggingLevel) M:Windows.Foundation.Diagnostics.ILoggingChannel.LogMessage(winrt::hstring,Windows.Foundation.Diagnostics.LoggingLevel)
Attribute

Weitere Informationen

Gilt für: