DialogLogMessage
public struct DialogLogMessage : Codable, Equatable
Dialog log message details.
-
The severity of the log message.
See moreDeclaration
Swift
public enum Level : String
-
The severity of the log message.
Declaration
Swift
public var level: String
-
The text of the log message.
Declaration
Swift
public var message: String
-
A code that indicates the category to which the error message belongs.
Declaration
Swift
public var code: String
-
An object that identifies the dialog element that generated the error message.
Declaration
Swift
public var source: LogMessageSource?