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
loggerProcLoggerProcThe function to call for logging, or null to unset the function.
userDatanintCustom data to pass to the callback. Should not be used to pass pointers to objects, and Zero should usually be passed.