LocalFileLogger.Log(LocalLoggerSeverity, String, String) Methode

Definition

Aktuelle Zeichenfolge mit Schweregrad protokollieren

public:
 virtual void Log(Microsoft::VisualStudio::LocalLogger::LocalLoggerSeverity severity, System::String ^ componentId, System::String ^ text);
public void Log (Microsoft.VisualStudio.LocalLogger.LocalLoggerSeverity severity, string componentId, string text);
abstract member Log : Microsoft.VisualStudio.LocalLogger.LocalLoggerSeverity * string * string -> unit
override this.Log : Microsoft.VisualStudio.LocalLogger.LocalLoggerSeverity * string * string -> unit
Public Sub Log (severity As LocalLoggerSeverity, componentId As String, text As String)

Parameter

severity
LocalLoggerSeverity

severity

componentId
String

Komponenten-ID, die später leicht gefiltert werden kann oder NULL oder leer ist

text
String

Erforderlicher Text für freie Formular Protokollierung

Implementiert

Gilt für