Houdini 20.0 Python scripting hou hou.logging

hou.logging.MemorySink class

Represents a logging destination that stores log entries in memory.

Inheritance

All log entries sent to this sink are held in memory forever unless stealLogEntries is called. Depending on the frequency of logging, this can eventually result in a very large amount of memory being consumed by these logs, however in most normal operating circumstances this is very unlikely to be a problem.

Methods

Methods from hou.logging.Sink

hou.logging