rm5248 commented on PR #291: URL: https://github.com/apache/logging-log4cxx/pull/291#issuecomment-1815497547
Would it make sense to be able to switch this at compile time for the user? We can turn off location information by defining the preprocessor argument `LOG4CXX_DISABLE_LOCATION_INFO`, we could do something similar here. That can also let the user select between the two if needed, since fmt has more comprehensive options than std::format. At least part of this could be done automatically by checking for `__cpp_lib_format` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
