25data.IgnoreErrors(opts);
35data.HandleError(opts, fmt, ...);
44data.ResolveRegisterPath(path, opts);
56data.LogEvent(inst, optional, attrs, eventTitle, ...);
65data.QuickLog(inst, eventTitle, ...);
86data.DirectQuery.QueryEventsByEventId(inst, eventInstance);
98data.DirectQuery.QueryEventsByType(inst, type);
108data.DirectQuery.QueryEventTypeByEventId(inst, eventId);
120data.DirectQuery.QueryEventsByTimestamp(inst, startTimestamp, endTimestamp);
131data.DirectQuery.QueryEventsByTag(inst, tag);
inverseTable(values)
Create an inverse mapping of a table, swapping keys and values.
dump(o)
Recursively serialize a Lua value to a human-readable string.
debugWxMsgBox(str)
Display a wxWidgets message box when debug mode is enabled.