Apache log4cxx
Version 0.10.0
|
The System class contains several useful class fields and methods. More...
Static Public Member Functions | |
static LogString | getProperty (const LogString &key) |
Gets the system property indicated by the specified key. |
The System class contains several useful class fields and methods.
It cannot be instantiated.
static LogString getProperty | ( | const LogString & | key | ) | [static] |
Gets the system property indicated by the specified key.
key | the name of the system property. |
IllegalArgumentException | if key is empty. |