remark(_:file:line:)
Emits a remark with the message you specify.
Declaration
static func remark(_ message: String, file: String? = #file, line: Int? = #line)Parameters
- message:
The description of the remark.
- file:
The file responsible for the diagnostic, that defaults to
#file. - line:
The line responsible for the diagnostic, that defaults to
#line.