Home
last modified time | relevance | path

Searched defs:add_handlers (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/logging/
Dconfig.py751 def add_handlers(self, logger, handlers): member in DictConfigurator
/external/python/cpython3/Lib/logging/
Dconfig.py767 def add_handlers(self, logger, handlers): member in DictConfigurator
/external/autotest/client/common_lib/
Dlogging_manager.py459 def add_handlers(context): function