Table of Contents

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

level MbglLogLevel
Log intercept callback. Return non-zero to consume the record (suppress default output).
category string
Log intercept callback. Return non-zero to consume the record (suppress default output).
message string
Log intercept callback. Return non-zero to consume the record (suppress default output).
userdata IntPtr
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).