Houdini 20.0 Python scripting hou hou.logging

hou.logging.loadLogsFromFile HOM function

Load a tuple of LogEntry objects saved in JSON format from a file.

loadLogsFromFile(filepath) tuple of hou.logging.LogEntry

Returns a tuple of log entries stored in a JSON file on disk. This file was most likely created with a call to hou.logging.saveLogsToFile().

filepath

The path to the file containing the JSON representation of an array of log entries.

hou.logging