schrodinger.ui.qt.appframework2.debugcore module¶
- class schrodinger.ui.qt.appframework2.debugcore.LogEntry(text, tag=None, timestamp=None, caller=None, indent=0)[source]¶
Bases:
object
- class schrodinger.ui.qt.appframework2.debugcore.AbstractDebugViewer[source]¶
Bases:
object
- skip_funcnames = ['debug_decorate']¶
- recur_caller = True¶
- fast = True¶
- running_message = ''¶
- class schrodinger.ui.qt.appframework2.debugcore.StdoutDebugViewer[source]¶
Bases:
schrodinger.ui.qt.appframework2.debugcore.AbstractDebugViewer
- debugPrint(message)¶
- fast = True¶
- getAutoCallerString(max_depth=8, offset=3, inset=1)¶
- getAutoIndent(max_indent=8, offset=3, inset=1)¶
- log(text, tag, offset=3, inset=1)¶
- logString(entry)¶
- makeLogEntry(text, tag, offset=3, inset=1)¶
- recur_caller = True¶
- running_message = ''¶
- skip_funcnames = ['debug_decorate']¶
- classmethod viewer()¶
- class schrodinger.ui.qt.appframework2.debugcore.FileDebugViewer(filename=None)[source]¶
Bases:
schrodinger.ui.qt.appframework2.debugcore.AbstractDebugViewer
- debugPrint(message)¶
- fast = True¶
- getAutoCallerString(max_depth=8, offset=3, inset=1)¶
- getAutoIndent(max_indent=8, offset=3, inset=1)¶
- log(text, tag, offset=3, inset=1)¶
- logString(entry)¶
- makeLogEntry(text, tag, offset=3, inset=1)¶
- recur_caller = True¶
- running_message = ''¶
- skip_funcnames = ['debug_decorate']¶
- classmethod viewer()¶