Get a shared logger instance.
Description
Use the everest_forms_logging_class filter to change the logging class. You may provide one of the following:
- a class name which will be instantiated as
new $classwith no arguments - an instance which will be used directly as the logger In either case, the class or instance must implement EVF_Logger_Interface.