Global settings#

PyTwin provides global settings for configuring and changing both logging and directory options.

PyTwinLogLevel(*values)

Provides an enum for choosing the logging level for use by all PyTwin objects.

PyTwinLogOption(*values)

Provides an enum for choosing the logging option for use by all PyTwin objects.

modify_pytwin_working_dir(new_path[, erase])

Modify the global PyTwin working directory.

modify_pytwin_logging([new_option, new_level])

Modify global PyTwin logging.

Workflow example#

For a workflow example, see User guide.