The entries in this enum correspond to the possible values of the HOUDINI_PDG_NODE_DEBUG environment variable.
Values ¶
            pdg.debugLevelNode.Off
        
Node debug logging is disabled
            pdg.debugLevelNode.Status
        
A message is logged each time a node finishes generating or cooking work items
            pdg.debugLevelNode.Error
        
A message is logged for every node status change, as well as when a node has an error
            pdg.debugLevelNode.Warning
        
A message is logged for every node status change, as well as when a node has an error or warning
            pdg.debugLevelNode.Callback
        
All messages are logged, including one for each callback invoked on a custom node