# Functions
Exit calls exiter.Exit with status.
Fatal prints value and exits with status 1.
Fatalf prints formatted value and exits with status 1.
Fatalln prints value line and exits with status 1.
GetExiter returns exiter.
Print prints value.
Printf prints formatted value.
Println print value line.
SetExiter sets exiter.
Trace print value if Debug flag is on.
Tracef print formatted value if Debug flag is on.
Traceln print value line if Debug flag is on.
# Variables
Debug true if environment variable DEBUG is set to 1, 2 or 3.
DebugResponse true if environment variable DEBUG is set to 3.
DebugSensitive true if environment variable DEBUG is set to 2 or 3.
# Structs
DefaultExiter default exiter structure.
No description provided by the author
Sensitive is a wrapper around any sensitive data that should not be logged, except the corresponding flag is set to true.
# Interfaces
Exiter exiter interface.