ILoggerDelegate 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.
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. |