ILoggerDelegate Interface

Definition

Caution

ILoggerDelegate is deprecated, use ILoggerDelegateV3. WriteToLog(LogLevel, string, string, string, int) will be replaced with WriteToLog(LogMessageData) in MIP 1.13

The interface to the MIP SDK logger.

C#
public interface ILoggerDelegate
C#
[System.Obsolete("ILoggerDelegate is deprecated, use ILoggerDelegateV3.  WriteToLog(LogLevel, string, string, string, int) will be replaced with WriteToLog(LogMessageData) in MIP 1.13", false)]
public interface ILoggerDelegate
Derived
Attributes

Methods

Flush()

Flush the logger.

Init(String)

Initialize the logger.

WriteToLog(LogLevel, String, String, String, Int32)

Write a log statement to log file.

Applies to

Product Versions (Obsolete)
Microsoft.InformationProtection 1.6.152, 1.7.133, 1.8.94, 1.9.78, 1.10.93, 1.11.53 (1.12.61, 1.13.161, 1.14.108, 1.15.107, 1.16.126)