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 - Unconditional messages (DEBUG_PRINT_ALWAYS) 0x2 - General debug messages (DEBUG_GENERAL) 0x3 - More debug information (DEBUG_INFO) 0x4 - Detailed debug information (DEBUG_DETAILED)
Returns
Nothing, if successful. Error, otherwise.
Example(s)
plm set-log-level 0x1
Configure the log level to 1.