sources()
→ tuple
of str
The HDK can be used to create additional log sources, but the default list of sources returned by this method will be:
-
Generic Logging: Logs generated by Houdini which do not fall into any other category.
-
Licensing: Messages related to acquiring licenses to run Houdini.
-
Mocap Stream: Messages generated by motion capture devices.
-
Networking: Messages generated by networking components such as Houdini’s built-in web server.
-
Node Errors: All messages, warnings, and errors generated by Houdini nodes.
-
Rendering: Messages generated by Karma running within the Houdini process. Use hou.logging.setRenderLogVerbosity() to set the equivalent of the verbosity command line argument for external rendering processes.
-
Standard Error: Text sent to the
stderr
stream. -
Standard Output: Text sent to the
stdout
stream. -
USD Logging: Messages generated in the USD logging system.