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