Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(msg string)
Error always prints to stderr regardless of verbose or quiet mode.
func Print ¶
func Print(msg string)
Print outputs a plain (uncolored, unprefixed) operational message. It is suppressed when quiet mode is active, but does not require verbose. Use this for normal runtime messages like "Starting unit: foo".
func Printf ¶
func Printf(format string, args ...interface{})
Printf formats and prints a plain message, suppressed when quiet mode is active.
func SetQuiet ¶
func SetQuiet(q bool)
SetQuiet suppresses all non-error output. Takes precedence over verbose.
func SetVerbose ¶
func SetVerbose(v bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.