MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / append

Method append

tools/python-3.11.9-amd64/Lib/logging/__init__.py:1273–1278  ·  view source on GitHub ↗

Add the specified logger as a child of this placeholder.

(self, alogger)

Source from the content-addressed store, hash-verified

1271 self.loggerMap = { alogger : None }
1272
1273 def append(self, alogger):
1274 """
1275 Add the specified logger as a child of this placeholder.
1276 """
1277 if alogger not in self.loggerMap:
1278 self.loggerMap[alogger] = None
1279
1280#
1281# Determine which class to use when instantiating loggers.

Callers 15

_install_handlersFunction · 0.45
_install_loggersFunction · 0.45
configureMethod · 0.45
addFilterMethod · 0.45
_addHandlerRefFunction · 0.45
_fixupParentsMethod · 0.45
addHandlerMethod · 0.45
getFilesToDeleteMethod · 0.45
emitMethod · 0.45
log_messageMethod · 0.45
ListCompFunction · 0.45
leaf_to_rootMethod · 0.45

Calls

no outgoing calls

Tested by 11

_CallMethod · 0.36
test_import_fromMethod · 0.36
fake_existsMethod · 0.36
setUpMethod · 0.36
recording_log_debugMethod · 0.36
mock_refactor_fileMethod · 0.36
__getitem__Method · 0.36
testForMethod · 0.36
__getitem__Method · 0.36
testForMethod · 0.36