Logger.LogPiiCompliant(LoggingLevel, String, Object[]) Yöntem

Tanım

PII uyumlu metni günlüğe kaydeder.

public:
 void LogPiiCompliant(Microsoft::VisualStudio::Workspace::Logging::LoggingLevel level, System::String ^ logText, ... cli::array <System::Object ^> ^ textArguments);
public void LogPiiCompliant (Microsoft.VisualStudio.Workspace.Logging.LoggingLevel level, string logText, params object[] textArguments);
member this.LogPiiCompliant : Microsoft.VisualStudio.Workspace.Logging.LoggingLevel * string * obj[] -> unit
Public Sub LogPiiCompliant (level As LoggingLevel, logText As String, ParamArray textArguments As Object())

Parametreler

level
LoggingLevel

Bu ileti için istenen düzey

logText
String

Günlüğe kaydedilecek metin

textArguments
Object[]

Metin için bağımsız değişkenler

Şunlara uygulanır