MCPcopy Index your code
hub / github.com/LabPy/lantz / log_debug

Method log_debug

lantz/driver.py:306–313  ·  view source on GitHub ↗

Log with the severity 'DEBUG' on the logger corresponding to this instrument. :param msg: message to be logged (can contain PEP3101 formatting codes)

(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

304 self.log(logging.INFO, msg, *args, **kwargs)
305
306 def log_debug(self, msg, *args, **kwargs):
307 """Log with the severity 'DEBUG'
308 on the logger corresponding to this instrument.
309
310 :param msg: message to be logged (can contain PEP3101 formatting codes)
311 """
312
313 self.log(logging.DEBUG, msg, *args, **kwargs)
314
315 def log_error(self, msg, *args, **kwargs):
316 """Log with the severity 'ERROR'

Callers 15

getMethod · 0.80
setMethod · 0.80
__init__Method · 0.80
initializeMethod · 0.80
finalizeMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
callMethod · 0.80
__init__Method · 0.80
_postprocessMethod · 0.80
sendMethod · 0.80
recvMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected