LogMessageDisplayID =================== .. py:class:: ansys.stk.core.stkutil.LogMessageDisplayID IntEnum .. py:currentmodule:: LogMessageDisplayID Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ALL` - STK displays the message in all the log destination. * - :py:attr:`~DEFAULT` - STK displays the message in the default log destination. * - :py:attr:`~MESSAGE_WINDOW` - STK displays the message in the message window. * - :py:attr:`~STATUS_BAR` - STK displays the message in the status bar. Import detail ------------- .. code-block:: python from ansys.stk.core.stkutil import LogMessageDisplayID