Instance Method
info(_:newLine:)
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.")
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func info(_ string: String = "", newLine: Bool = true)
stringString to print.
newLineIf true, the next output will be on a new line.
console.info("Vapor is the best.")