MCPcopy
hub / github.com/Delgan/loguru / debug

Method debug

loguru/_logger.py:2072–2074  ·  view source on GitHub ↗

r"""Log ``message.format(*args, **kwargs)`` with severity ``'DEBUG'``.

(__self, __message, *args, **kwargs)

Source from the content-addressed store, hash-verified

2070 __self._log("TRACE", False, __self._options, __message, args, kwargs)
2071
2072 def debug(__self, __message, *args, **kwargs): # noqa: N805
2073 r"""Log ``message.format(*args, **kwargs)`` with severity ``'DEBUG'``."""
2074 __self._log("DEBUG", False, __self._options, __message, args, kwargs)
2075
2076 def info(__self, __message, *args, **kwargs): # noqa: N805
2077 r"""Log ``message.format(*args, **kwargs)`` with severity ``'INFO'``."""

Callers 15

test_handlersFunction · 0.80
test_levelsFunction · 0.80
test_extraFunction · 0.80
test_patcherFunction · 0.80
test_activationFunction · 0.80
test_dict_unpackingFunction · 0.80
test_returned_idsFunction · 0.80

Calls 1

_logMethod · 0.80

Tested by 15

test_handlersFunction · 0.64
test_levelsFunction · 0.64
test_extraFunction · 0.64
test_patcherFunction · 0.64
test_activationFunction · 0.64
test_dict_unpackingFunction · 0.64
test_returned_idsFunction · 0.64