文档

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Log files

Learn about Pixyz log files, including their default storage locations and configuration options.
阅读时间1 分钟最后更新于 5 天前

Pixyz produces log files. You can use these log files to understand where any problems happened in your workflow or application. Log files are stored in different locations depending on the operating system it runs on. The default locations are outlined on this page, but you can also use certain functions to control when and where Pixyz generates log files. For more information, see the log files and verbose functions in the API documentation.
注意
Log files are written to disk at exit.
Default directory location for log files:

OS

Path

Windows
%APPDATA%/PixyzSDK/
Linux
~/PixyzSDK/
macOS
~/PixyzSDK/
重要
Change "PixyzSDK" in the path if Pixyz was initialized with a custom product name.