To retrieve the current levels, invoke the get method on SM_System::SM-System::logLevel, SM_System::SM-System::errLevel, or SM_System::SM-System::traceLevel. Invoking the get method will return a string representing the current level such as "Warning", "Error", or "Fatal".

In this example the error level setting in the MYDM Domain Manager is retrieved, by using dmctl:

dmctl -s MYDM get SM_System::SM-System::errLevel

Warning