API Reference v9.1.0

LogOutputModeenum

Module: zaber_motion

Mode of logging output of the library.

To use this type, add from zaber_motion import LogOutputMode to the top of your source code.

Related Guides:
NameValueDescription
LogOutputMode.OFF0Discard all log output.
LogOutputMode.STDOUT1Write logs to standard output.
LogOutputMode.STDERR2Write logs to standard error.
LogOutputMode.FILE3Write logs to a specified file.