Table of Contents

Delegate LogCallback

Namespace
Maplibre.NativeFfi.Log
Assembly
Maplibre.NativeFfi.dll

Log callback delegate. Return true to consume the record, or false to let native logging handle it.

public delegate bool LogCallback(LogRecord record)

Parameters

record LogRecord
Log callback delegate. Return true to consume the record, or false to let native logging handle it.

Returns

bool
Log callback delegate. Return true to consume the record, or false to let native logging handle it.