Table of Contents

Interface ILoggingProvider

Namespace
SharpHook.Providers
Assembly
SharpHook.dll

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 LoggerProc

The function to call for logging, or null to unset the function.

userData nint

Custom data to pass to the callback. Should not be used, and Zero should always be passed.

See Also

See Also