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

Method warning

AskAgent/python/misc/logger/logger.py:147–149  ·  view source on GitHub ↗

Log a warning message.

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

Source from the content-addressed store, hash-verified

145 self.logger.info(message, *args, **kwargs)
146
147 def warning(self, message: str, *args, **kwargs):
148 """Log a warning message."""
149 self.logger.warning(message, *args, **kwargs)
150
151 def error(self, message: str, *args, **kwargs):
152 """Log an error message."""

Callers 15

process_fileMethod · 0.45
closeMethod · 0.45
delete_conversationMethod · 0.45
delete_conversationMethod · 0.45
load_sites_configMethod · 0.45
load_oauth_configMethod · 0.45
get_promptMethod · 0.45
run_promptMethod · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_direct_loggingFunction · 0.36
run_single_testMethod · 0.36
mainFunction · 0.36