Logger.LogPiiCompliant(LoggingLevel, String, Object[]) 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.
Logs PII Compliant text.
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);
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())
Parameters
- level
- LoggingLevel
level desired for this message
- logText
- String
Text to be logged
- textArguments
- Object[]
Arguments for text