This change renames logging.InitLogger() to logging.Init().
This change migrates the internal/logging package to a singleton pattern. It now exports a Log variable which can be acquired from any other package.