Table of Contents

Enum LogSeverityMask

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

Log severity mask.

[Flags]
public enum LogSeverityMask : uint

Fields

All = Default | Error
Default = Info | Warning
Error = 8
Info = 2
None = 0
Warning = 4