# Functions
Init will initialize the configuration of the application.
ShouldUseColor will return true, if colored output should be used.
ShouldUseSpinner will return true if the "stylized".
# Constants
Debug is the most verbose logging level and will report all logs.
Error level reports ony error messages.
Info level reports logrus.Info, logrus.Warn, and logrus.Error.
Off level turns off logs from logrus.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Warn level reports logrus.Warn, and logrus.Error.
# Structs
File is the user configuration file for the application.
No description provided by the author
UserStaticRule represents a user defined string pattern/entropy for the layer and filesystem detectors to search.
# Type aliases
LoggingLevel is the verbosity level of logging.