Lines Matching refs:loggers
45 * Handlers send the log records (created by loggers) to the appropriate
64 Loggers that are further down in the hierarchical list are children of loggers
66 loggers with names of ``foo.bar``, ``foo.bar.baz``, and ``foo.bam`` are all
68 package hierarchy, and identical to it if you organise your loggers on a
79 handlers of higher level (ancestor) loggers, in addition to any handlers
81 loggers' handlers - neither the level nor filters of the ancestor loggers in
85 of ancestor loggers.
93 hierarchy, then it will see all events logged by all descendant loggers,
107 NOTSET, its chain of ancestor loggers is traversed until either an ancestor with
518 initialized with 'A.B' will allow events logged by loggers 'A.B', 'A.B.C',
537 emitted by the handler, whereas filters attached to loggers are consulted
540 been generated by descendant loggers will not be filtered by a logger's filter
541 setting, unless the filter has also been applied to those descendant loggers.
875 Provides an overriding level *lvl* for all loggers which takes precedence over
884 levels of individual loggers.
987 function is typically called before any loggers are instantiated by applications