LoggingMode#

class ansys.stk.core.stkx.LoggingMode#

IntEnum

Overview#

INACTIVE

The log file is not created.

ACTIVE

The log file is created but deleted upon application termination.

ACTIVE_KEEP_FILE

The log file is created and kept even after application is terminated.

Import detail#

from ansys.stk.core.stkx import LoggingMode