package
0.0.0-20220701131006-df23a766b398
Repository: https://github.com/awslabs/amazon-ecs-for-open-application-model.git
Documentation: pkg.go.dev

# Functions

Debug writes the message to standard error in grey.
Debugf formats according to the specifier, colors the message in grey, and writes to standard error.
Debugln writes the message to standard error in grey and with a new line.
Error prefixes the message with a red "✘ Error!", and writes to standard error.
Errorf formats according to the specifier, prefixes the message with a red "✘ Error!", and writes to standard error.
Errorln prefixes the message with a red "✘ Error!", and writes to standard error with a new line.
Info writes the message to standard error with the default color.
Infof formats according to the specifier, and writes to standard error with the default color.
Infoln writes the message to standard error with the default color and new line.
Serror prefixes the message with a red "✘ Error!", and returns it.
Serrorf formats according to the specifier, prefixes the message with a red "✘ Error!", and returns it.
Serrorln prefixes the message with a red "✘ Error!", appends a new line, and returns it.
Ssuccess prefixes the message with a green "✔ Success!", and returns it.
Ssuccessf formats according to the specifier, prefixes the message with a green "✔ Success!", and returns it.
Ssuccessln prefixes the message with a green "✔ Success!", appends a new line, and returns it.
Success prefixes the message with a green "✔ Success!", and writes to standard error.
Successf formats according to the specifier, prefixes the message with a green "✔ Success!", and writes to standard error.
Successln prefixes the message with a green "✔ Success!", and writes to standard error with a new line.
Warning prefixes the message with a "Note:", colors the *entire* message in yellow, writes to standard error.
Warningf formats according to the specifier, prefixes the message with a "Note:", colors the *entire* message in yellow, and writes to standard error.
Warningln prefixes the message with a "Note:", colors the *entire* message in yellow, writes to standard error with a new line.

# Variables

Wrapper writers around standard error and standard output that work on windows.
Wrapper writers around standard error and standard output that work on windows.