API Reference v9.2.0

LogOutputModeenum

Module: ZaberMotion

Mode of logging output of the library.

To use this type, add import ZaberMotion 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.