Logging should go through the official log facade instead of ap_log_error_:
- Provide an Apache logging module that implements the log facade that wraps around ap_log_error_
- Add conditional compilation where for test target the logging implementation selected is env_logger otherwise it's the Apache logger above
Logging should go through the official log facade instead of ap_log_error_: