# Functions
JSONDump writes the object in json form.
PrintMasterkeyReminder reminds the user that he should store the master key in a safe place.
SwitchLoggerToSyslog redirects the default log.Logger that the go-fuse lib uses to syslog.
# Constants
ProgramName is used in log reports.
# Variables
ColorGreen is a terminal color setting string.
ColorGrey is a terminal color setting string.
ColorRed is a terminal color setting string.
ColorReset is used to reset terminal colors.
ColorYellow is a terminal color setting string.
Debug logs debug messages Can be enabled by passing "-d".
Fatal error, we are about to exit.
Info logs informational message Can be disabled by passing "-q".
Warn logs warnings, meaning nothing serious by itself but might indicate problems.