Instance Method
info(_:newLine:)
Outputs a
String to the Console with ConsoleStyle.info style.func info(_ string: String = "", newLine: Bool = true)
Parameters
stringStringto print.newLineIf
true, the next output will be on a new line.
Discussion
console.info("Vapor is the best.")