Logging should go through the official log facade instead of ap_logerror:
1) Provide an Apache logging module that implements the log facade that wraps around ap_logerror
2) 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_logerror: 1) Provide an Apache logging module that implements the log facade that wraps around ap_logerror 2) Add conditional compilation where for test target the logging implementation selected is env_logger otherwise it's the Apache logger above