# Functions
AddFlags binds the logger configuration flags to the provided flag set and returns a config object that can return a configured logger by calling the Build() function.
Build builds a new logger from a config.
Get returns the default configured logger.
PersistentSetup set up the logger on the root command, adding the required flags and calling Build() in the command PreRunE function.
# Variables
No description provided by the author