LogOptions | iOS SDK | 2GIS Documentation

LogOptions

SDK logging settings.

public init(
    osLogLevel: LogLevel,
    customLogLevel: LogLevel,
    customSink: LogSink?
)
Parameters
osLogLevel
customLogLevel
customSink
Properties

Minimum level of errors that go into the system log (os_log).

Minimal level of errors in the user's logging receiver.

Custom logging receiver.

Default settings. Warnings and more critical events are logged.