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.