ILoggerDelegateV3.WriteToLog(LogMessageData) 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.
Write a log statement to log file.
public void WriteToLog (Microsoft.InformationProtection.LogMessageData logMessageData);
abstract member WriteToLog : Microsoft.InformationProtection.LogMessageData -> unit
Public Sub WriteToLog (logMessageData As LogMessageData)
Parameters
- logMessageData
- LogMessageData
An object containing the log data.