This package contains some basic utility classes. Mainly custom logging at this point.
This file was created to house custom logging functions.
This method creates the testing method on the logger that were using allowing me to use log.testing() in my code. This specific level is for the preview mode that the application can run it. It prints what code it generates instead of writing it to a file under the TESTING level.
This file reads the etlunit-settings.yml file and loads application settings.
Having a settings file in the users home directory overrides the one in the application directory.