LogMessage | iOS SDK | Urbi Documentation

LogMessage

Message being logged.

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

Logging level.

Message content.

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

Line number in which the message was recorded.