package
0.5.0
Repository: https://github.com/deis/pkg.git
Documentation: pkg.go.dev

# Functions

CleanExit is a convenience function for DefaultLogger.CleanExit(...).
Debug is a convenience function for DefaultLogger.Debug(...).
Die is a convenience function for DefaultLogger.Die(...).
Err is a convenience function for DefaultLogger.Err(...).
Info is a convenience function for DefaultLogger.Info(...).
Msg is a convenience function for DefaultLogger.Msg(...).
NewLogger creates a new logger bound to a stdout and stderr writer, which are most commonly os.Stdout and os.Stderr, respectively.
Warn is a convenience function for DefaultLogger.Warn(...).

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Cyan sets the console color to cyan.
Default resets the console color.
DefaultLogger is the default logging implementation.
Green sets the console color to green.
Red sets the console color to red.
Yellow sets the console color to yellow.

# Structs

Logger is the base logging struct from which all logging functionality stems.

# Type aliases

Color is the representation of a color, to be used in Colorize.