|
| str | oc_diagnostics.unified_debug._safe_env_path (str name) |
| | oc_diagnostics.unified_debug._load_debug_config () |
| str | oc_diagnostics.unified_debug._get_log_file () |
| str | oc_diagnostics.unified_debug._get_timestamp () |
| str | oc_diagnostics.unified_debug._get_color (str domain, int level) |
| str | oc_diagnostics.unified_debug._reset_color () |
| None | oc_diagnostics.unified_debug._prune_old_log_files (str log_dir, int max_count) |
| | oc_diagnostics.unified_debug._ensure_log_dir_and_header () |
| | oc_diagnostics.unified_debug._write_to_file (str line) |
| str | oc_diagnostics.unified_debug._apply_redaction (str text) |
| | oc_diagnostics.unified_debug._emit (str line, int level, dict|None record=None) |
| | oc_diagnostics.unified_debug._dbg (str domain, str func, str msg, int|str|None level=None, bool override=False, int _depth=1) |
| | oc_diagnostics.unified_debug._dbg_ai_trace (str domain, str func, str msg, int _depth=1) |
| None | oc_diagnostics.unified_debug._adbg (str domain, str func, str msg, int|None level=None, bool override=False) |
| bool | oc_diagnostics.unified_debug.instrumentation_active () |
| bool | oc_diagnostics.unified_debug.instrumentation_verbose () |
| bool | oc_diagnostics.unified_debug.instrumentation_allow_custom_components () |
| bool | oc_diagnostics.unified_debug.instrumentation_allow_all () |
| None | oc_diagnostics.unified_debug.set_debug_level (str domain, int level) |
| None | oc_diagnostics.unified_debug.set_global_setting (str key, value) |
| | oc_diagnostics.unified_debug.dbg_timed (str domain, str func, str label="", int level=3) |
| | oc_diagnostics.unified_debug.dbg_scope (str domain, str func, str label="", int level=2) |
| | oc_diagnostics.unified_debug.dbg_profile (str domain="GENERAL", str func="", str label="", int level=3) |
| None | oc_diagnostics.unified_debug._dbg_assert (str domain, condition, str message, str|None func=None) |
| | oc_diagnostics.unified_debug.dbg_trace (str domain, int level=2) |
| | oc_diagnostics.unified_debug.dbg_metrics (str domain, int level=3) |
| | oc_diagnostics.unified_debug._exception_hook (exc_type, exc_value, exc_traceback) |
| None | oc_diagnostics.unified_debug._reload_config () |
| None | oc_diagnostics.unified_debug._watch_config_loop () |
| None | oc_diagnostics.unified_debug.init (bool intercept_streams=True, bool intercept_exceptions=True, bool watch_config=False) |