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.

public interface ILoggerDelegate
[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
type ILoggerDelegate = interface
[<System.Obsolete("ILoggerDelegate is deprecated, use ILoggerDelegateV3.  WriteToLog(LogLevel, string, string, string, int) will be replaced with WriteToLog(LogMessageData) in MIP 1.13", false)>]
type ILoggerDelegate = interface
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