MCPcopy
hub / github.com/USArmyResearchLab/Dshell / debug

Method debug

dshell/core.py:200–205  ·  view source on GitHub ↗

Logs msg argument at debug level

(self, msg)

Source from the content-addressed store, hash-verified

198 logger.log(level, msg)
199
200 def debug(self, msg):
201 """
202 Logs msg argument at debug level
203 """
204 warnings.warn("debug() function is deprecated. Please use logging library instead.", DeprecationWarning)
205 logger.debug(msg)
206
207 def warn(self, msg):
208 """

Callers 15

_premoduleMethod · 0.95
decompress_fileFunction · 0.80
mainFunction · 0.80
read_packetsFunction · 0.80
main_command_lineFunction · 0.80
print_handler_exceptionFunction · 0.80
recompile_bpfMethod · 0.80
ipdefragMethod · 0.80
segmentsMethod · 0.80
add_packetMethod · 0.80
check_file_datesMethod · 0.80
connection_handlerMethod · 0.80

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected