MCPcopy Index your code
hub / github.com/nlweb-ai/NLWeb / debug

Method debug

AskAgent/python/misc/logger/logger.py:139–141  ·  view source on GitHub ↗

Log a debug message.

(self, message: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

137 return self._current_level
138
139 def debug(self, message: str, *args, **kwargs):
140 """Log a debug message."""
141 self.logger.debug(message, *args, **kwargs)
142
143 def info(self, message: str, *args, **kwargs):
144 """Log an info message."""

Callers 15

add_conversationMethod · 0.45
delete_conversationMethod · 0.45
closeMethod · 0.45
add_conversationMethod · 0.45
delete_conversationMethod · 0.45
add_conversationMethod · 0.45
delete_conversationMethod · 0.45
load_nlweb_configMethod · 0.45
fill_promptFunction · 0.45
process_elementFunction · 0.45
run_promptMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_direct_loggingFunction · 0.36
run_single_testMethod · 0.36
run_single_testMethod · 0.36
run_single_testMethod · 0.36