Configure PLM log level.
Syntax
plm set-log-level <level>
Configure the PLM log level. This can be less than or equal to the level set during the compile time. The following levels are supported. 0x1 is for unconditional messages (DEBUG_PRINT_ALWAYS). 0x2 is for general debug messages (DEBUG_GENERAL). 0x3 is for more debug information (DEBUG_INFO). 0x4 is for detailed debug information (DEBUG_DETAILED).
Returns
Nothing, if successful. Error, otherwise.
Examples
plm set-log-level 0x1
Configure the log level to 1.