Delegate NativeMethods.LogFn
- Namespace
- MapLibreNative.Maui
Log intercept callback. Return non-zero to consume the record (suppress default output).
public delegate int NativeMethods.LogFn(MbglLogLevel level, string category, string message, IntPtr userdata)
Parameters
levelMbglLogLevel- Log intercept callback. Return non-zero to consume the record (suppress default output).
categorystring- Log intercept callback. Return non-zero to consume the record (suppress default output).
messagestring- Log intercept callback. Return non-zero to consume the record (suppress default output).
userdataIntPtr- Log intercept callback. Return non-zero to consume the record (suppress default output).
Returns
- int
- Log intercept callback. Return non-zero to consume the record (suppress default output).