Interface ILoggingProvider
Represents a provider of low-level logging functionality.
public interface ILoggingProvider
Methods
SetLoggerProc(LoggerProc?, nint)
Sets the log callback function.
void SetLoggerProc(LoggerProc? loggerProc, nint userData)
Parameters
loggerProc
LoggerProcThe function to call for logging, or null to unset the function.
userData
nintCustom data to pass to the callback. Should not be used, and Zero should always be passed.
- See Also