Method LogNativeMessage
LogNativeMessage(string)
Calls Log(object?, LogItemKind) after calling BeforeNativeLogMessage event.
public static void LogNativeMessage(string s)
Parameters
s
stringMessage to log.
Calls Log(object?, LogItemKind) after calling BeforeNativeLogMessage event.
public static void LogNativeMessage(string s)
s
stringMessage to log.