LogMessage | iOS SDK | 2GIS Documentation

LogMessage

The message being logged.

public init(
    level: LogLevel,
    text: String,
    file: String,
    line: UInt32
)
Parameters
Properties

Logging level.

Message content.

The path to the file (full or relative) from which the entry was made.

The line number in which the message was recorded.