Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdErr = log.New(os.Stdout, customo.Format( "CMD: ", customo.AttrBold, customo.AttrFgColor4BitsRed, ), 0)
CmdErr is the logger used to print errors from the command's Stderr.
View Source
var CmdOut = log.New(os.Stdout, customo.Format( "CMD: ", customo.AttrBold, customo.AttrFgColor4BitsGreen, ), 0)
CmdOut is the logger to print the data from the command's Stdout.
View Source
var Err = log.New(os.Stderr, customo.Format( "ERR: ", customo.AttrBold, customo.AttrFgColor4BitsRed, ), 0)
Err is the logger used to print errors.
View Source
var Evt = log.New(os.Stdout, customo.Format( "EVT: ", customo.AttrBold, customo.AttrFgColor4BitsCyan, ), 0)
Evt is the logger used to print events.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.