plm set-log-level - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

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.