Instance Method
output(_:newLine:)
Outputs serialized
ConsoleText to the Console.func output(_ text: ConsoleText, newLine: Bool)
Parameters
textConsoleTextto serialize and print.newLineIf
true, the next output will be on a new line.
Discussion
console.output("Hello, " + "world!".consoleText(color: .green))