ILoggerDelegateV3 Interface
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.
The interface to the MIP SDK logger with support for a loggerContext that was passed in on an API call
public interface ILoggerDelegateV3 : Microsoft.InformationProtection.ILoggerDelegateV2
type ILoggerDelegateV3 = interface
interface ILoggerDelegateV2
interface ILoggerDelegate
Public Interface ILoggerDelegateV3
Implements ILoggerDelegateV2
- Implements
Methods
Flush() |
Flush the logger. (Inherited from ILoggerDelegate) |
Init(String) |
Initialize the logger. (Inherited from ILoggerDelegate) |
WriteToLog(LogLevel, String, String, String, Int32, Object) |
Write a log statement to log file. (Inherited from ILoggerDelegateV2) |
WriteToLog(LogLevel, String, String, String, Int32) |
Write a log statement to log file. (Inherited from ILoggerDelegate) |
WriteToLog(LogMessageData) |
Write a log statement to log file. |