Main configuration object, home to all configurable settings of the notifier like authentication and behaviour properties. It is initialized in the according appender/handler, user customizations are applied and then each important class receives a copy.
It assumes that each 'set' method receives a String and converts it to the actual data type by manual parsing/converting, thus being independent of the way the concrete logger handles it.