Instance Method
warning(_:newLine:)
func warning(_ string: String = "", newLine: Bool = true)
Parameters
stringStringto print.newLineIf
true, the next output will be on a new line.
Discussion
console.warning("Watch out...")
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func warning(_ string: String = "", newLine: Bool = true)
stringString to print.
newLineIf true, the next output will be on a new line.
console.warning("Watch out...")