The message being logged.
public init( level: LogLevel, text: String, file: String, line: UInt32 )
level
LogLevel
text
String
file
line
UInt32
var level
Logging level.
var text
Message content.
var file
The path to the file (full or relative) from which the entry was made.
var line
The line number in which the message was recorded.