pytwin.PyTwinLogOption#

class pytwin.PyTwinLogOption(value)#

Enum to choose logging options to be used 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 console.

PYTWIN_LOGGING_OPT_NOLOGGING:

Disable pytwin logging.

Attributes