Docs

evf_get_logger(): EVF_Logger

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 $class with no arguments
  • an instance which will be used directly as the logger In either case, the class or instance must implement EVF_Logger_Interface.

See also

Return

EVF_Logger