init(stringLiteral:)
Creates a log message using a string literal.
Declaration
init(stringLiteral value: String)Parameters
- value:
The string to use for the message.
Creates a log message using a string literal.
init(stringLiteral value: String)The string to use for the message.