rm5248 commented on code in PR #520:
URL: https://github.com/apache/logging-log4cxx/pull/520#discussion_r2279479284
##########
src/main/include/log4cxx/helpers/system.h:
##########
@@ -34,18 +34,33 @@ class LOG4CXX_EXPORT System
{
public:
+
/**
- Gets the system property indicated by the specified key.
+ Add to \c props the currently executing program file path
+ and the
[std::filesystem::path](https://en.cppreference.com/w/cpp/filesystem/path.html)
+ decomposition of the currently executing program file path,
using the variable names:
+ - PROGRAM_FILE_PATH
Review Comment:
it would be nice if you could add some documentation(examples) on what all
of these variables look like at runtime.
--
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]