MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / getChild

Method getChild

Lib/logging/__init__.py:1351–1368  ·  view source on GitHub ↗

Get a logger which is a descendant to this one. This is a convenience method, such that logging.getLogger('abc').getChild('def.ghi') is the same as logging.getLogger('abc.def.ghi') It's useful, for example, when the parent logger is named using

(self, suffix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getLoggerMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected