Documentation
¶
Index ¶
Constants ¶
View Source
const ( VerbosityNormal = iota VerbosityQuiet VerbosityJSON VerbositySilent )
Verbosity levels
Variables ¶
View Source
var Level = VerbosityNormal
Level controls the output verbosity. Set before any output calls.
Functions ¶
func FlushJSON ¶
func FlushJSON()
FlushJSON outputs collected results as a JSON array and resets the collector
func Printf ¶
func Printf(format string, args ...interface{})
Printf prints normal output with color support (suppressed in quiet, json, and silent modes)
func Println ¶
func Println(args ...interface{})
Println prints normal output (suppressed in quiet, json, and silent modes)
Types ¶
Click to show internal directories.
Click to hide internal directories.