PyTwinLogOption#
- class pytwin.PyTwinLogOption(value)#
Provides an enum for choosing the logging option for use by all PyTwin objects.
- PYTWIN_LOGGING_OPT_FILE:
Redirect logging to the PyTwin log file stored in the PyTwin working directory.
- PYTWIN_LOGGING_OPT_CONSOLE:
Redirect logging to the console.
- PYTWIN_LOGGING_OPT_NOLOGGING:
Disable logging.
Attributes