Util classes package(by Bootta)
Utility class used for creating simple configuration system.
There is 2 types of configuration files: global and local. Global configuration only need 1 time initializing and can be used in whole project. And local configuration Is used to create more configuration files by creating new instances of Config class.
Simple utility class used for logging.