Apache Log4cxx
Version 1.6.0
|
The System class contains several useful class fields and methods. More...
#include <system.h>
Static Public Member Functions | |
static void | addProgramFilePathComponents (Properties &props) |
Add to props the currently executing program file path and the std::filesystem::path decomposition of the currently executing program file path, using the variable names: | |
static LogString | getProperty (const LogString &key) |
The value of the system property associated with key . |
The System class contains several useful class fields and methods.
It cannot be instantiated.
|
static |
Add to props
the currently executing program file path and the std::filesystem::path decomposition of the currently executing program file path, using the variable names:
The value of the system property associated with key
.
key | the name of the system property. |
IllegalArgumentException | if key is empty. |