LogMessage
public struct LogMessageInformation about the log message.
Since
1.2.0- 
                  
                  The log message. DeclarationSwift public let message: String
- 
                  
                  The log level. DeclarationSwift public let level: LogLevel
- 
                  
                  The source file where the log message is generated. DeclarationSwift public let file: String
- 
                  
                  The function where the log message is generated. DeclarationSwift public let function: String
- 
                  
                  The line where the log message is generated. DeclarationSwift public let line: UInt
- 
                  
                  The description of the log message. DeclarationSwift public let description: String
- 
                  
                  The date and time when the log message is generated. DeclarationSwift public let timestamp: Date
- 
                  
                  The name of the thread where the log message is generated. DeclarationSwift public let threadName: String
 View on GitHub
View on GitHub LogMessage Structure Reference
        LogMessage Structure Reference