Lines Matching refs:loggers
236 # Now, define a couple of other loggers which might represent areas in your
347 :class:`QueueHandler` to those loggers which are accessed from
354 attach only ``QueueHandlers`` to your loggers) for the benefit of other
426 # Now, define a couple of other loggers which might represent areas in your
877 loggers = ['foo', 'foo.bar', 'foo.bar.baz',
881 logger = logging.getLogger(random.choice(loggers))
919 'loggers': {
945 This variant shows how you can e.g. apply configuration for particular loggers
1239 before any loggers that you care about are instantiated.
1251 developers can set a suitable filter on their loggers, but they would have to
1407 'loggers': {
1489 dispatches events to loggers based on the name in the received record,
1491 configured for those loggers.
1538 loggers.
1547 loggers = ['foo', 'foo.bar', 'foo.bar.baz',
1560 logger = logging.getLogger(random.choice(loggers))
1582 # We disable existing loggers to disable the "setup" logger used in the
1602 # We disable existing loggers to disable the "setup" logger used in the
1644 'loggers': {
1982 There have been suggestions to associate format styles with specific loggers,