Documentation
¶
Overview ¶
Package colorlog has various Print functions that can be called to change the color of the text in standard out
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintError ¶
func PrintError(msg interface{})
PrintError prints red colored text to standard out
func PrintErrorAndExit ¶ added in v1.8.1
func PrintErrorAndExit(msg interface{})
PrintErrorAndExit prints red colored text to standard out then exits 1
func PrintInfo ¶
func PrintInfo(msg interface{})
PrintInfo prints yellow colored text to standard out
func PrintSubtleInfo ¶
func PrintSubtleInfo(msg interface{})
PrintSubtleInfo prints magenta colored text to standard out
func PrintSuccess ¶
func PrintSuccess(msg interface{})
PrintSuccess prints green colored text to standard out
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.