Details
-
Improvement
-
Resolution: Unresolved
-
Minor - P4
-
None
-
None
-
None
-
Query Optimization
Description
Before SERVER-52604 it was impossible to log from a header file, so we had to workaround it by introducing some helper logging functions defined in a .cpp file which sole function was to call the logging API.
We can refactor the following code to directly invoke the logging API from a header and remove helper functions.