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

Method getLogger

Lib/logging/__init__.py:1008–1042  ·  view source on GitHub ↗

Get a logger with the specified name (channel name), creating it if it doesn't yet exist. This name is a dot-separated hierarchical name, such as "a", "a.b", "a.b.c" or similar. If a PlaceHolder existed for the specified name [i.e. the logger didn't exist bu

(self, name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

_debugFunction · 0.80
_install_loggersFunction · 0.80
configure_loggerMethod · 0.80
configure_rootMethod · 0.80
getChildMethod · 0.80
getLoggerFunction · 0.80
set_filenameMethod · 0.80
__init__Method · 0.80
mainFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
load_grammarFunction · 0.80

Calls 5

_fixupChildrenMethod · 0.95
_fixupParentsMethod · 0.95
_acquireLockFunction · 0.85
_releaseLockFunction · 0.85
encodeMethod · 0.45

Tested by

no test coverage detected