package
0.5.2
Repository: https://github.com/outlawlabs/awsctl.git
Documentation: pkg.go.dev

# Functions

Always will "always" print a formatted generic statement to standard output.
Ask will always print a formatted generic statement to standard output formatted to be a question.
Critical will print a formatted generic statement to standard output if the global level is set to 1 or higher.
Debug will print a formatted generic statement to standard output if the global level is set to 4 or higher.
Info will print a formatted generic statement to standard output if the global level is set to 3 or higher.
Log will print a formatted generic statement to standard output.
Success will print a formatted generic statement to standard output if the global level is set to 3 or higher.
Table will print headers and data in a pretty formatted ASCII table.
Warning will print a formatted generic statement to standard output if the global level is set to 2 or higher.

# Constants

AlwaysLabel displays an airplane on "always" logs.
AskLabel displays a ? on "ask" logs.
CriticalLabel displays an X on "critical" logs.
DebugLabel displays a play button on "debug" logs.
InfoLabel displays an i icon on "info" logs.
SuccessLabel displays a check mark on "success" logs.
WarningLabel displays an ! on "warning" logs.

# Variables

Color toggles output colorization.
Level defines the default log level.
Timestamps toggles timestamps on output logs.