Lines Matching full:handlers
23 import logging.handlers
93 while self.root_logger.handlers:
94 h = self.root_logger.handlers[0]
286 handler = self.root_logger.handlers[0]
392 self.root_logger.handlers[0].setLevel(SOCIABLE)
404 self.root_logger.handlers[0].setLevel(logging.NOTSET)
409 handler = self.root_logger.handlers[0]
458 self.mem_hdlr = logging.handlers.MemoryHandler(10, logging.WARNING,
514 [handlers]
522 handlers=hand1
540 [handlers]
548 handlers=
552 handlers=hand1
572 [handlers]
580 handlers=hand1
584 handlers=
610 [handlers]
618 handlers=hand1
635 # config6 uses ', ' delimiters in the handlers and formatters sections
640 [handlers]
648 handlers=
652 handlers=hand1
682 [handlers]
690 handlers=hand1
694 handlers=
700 handlers=
719 [handlers]
727 handlers=screen
895 port=logging.handlers.DEFAULT_TCP_LOGGING_PORT,
930 self.sock_hdlr = logging.handlers.SocketHandler('localhost', self.port)
932 self.root_logger.removeHandler(self.root_logger.handlers[0])
1132 'handlers' : {
1142 'handlers' : ['hand1'],
1154 'handlers' : {
1165 'handlers' : ['hand1'],
1181 'handlers' : {
1192 'handlers' : ['hand1'],
1208 'handlers' : {
1219 'handlers' : ['hand1'],
1236 'handlers' : {
1247 'handlers' : ['hand1'],
1263 'handlers' : {
1274 'handlers' : ['hand1'],
1291 'handlers' : {
1301 'handlers' : ['hand1'],
1322 'handlers' : {
1335 'handlers' : ['hand1'],
1347 'handlers' : {
1358 'handlers' : ['hand1'],
1375 'handlers' : {
1387 'handlers' : ['hand1'],
1404 'handlers' : {
1415 'handlers' : ['hand1'],
1431 'handlers' : {
1442 'handlers' : ['hand1'],
1459 'handlers' : {
1470 'handlers' : ['hand1'],
1481 'handlers' : {
1496 'handlers' : {
1521 'handlers' : {
1538 'handlers' : ['hand1'],
1559 'handlers' : {
1565 'handlers' : ['hand1'],
1589 'handlers' : {
1595 'handlers' : ['hand1'],
1620 'handlers' : {
1626 'handlers' : ['hand1'],
1641 "handlers": {
1648 "class": "logging.handlers.MemoryHandler",
1658 "handlers": ["bufferGlobal"],
1920 handler = logging.getLogger('mymodule').handlers[0]
1981 h = logging.handlers.WatchedFileHandler(fn, delay=delay)