Instance Method
output(_:style:newLine:)
func output(_ string: String, style: ConsoleStyle = .plain, newLine: Bool = true)
Parameters
stringStringto print.styleConsoleStyleto use for thestring.newLineIf
true, the next output will be on a new line.
Discussion
console.output("Hello, world!", style: .plain)