Lines Matching refs:contextual
461 Adding contextual information to your logging output
466 Sometimes you want logging output to contain contextual information in
480 Using LoggerAdapters to impart contextual information
483 An easy way in which you can pass contextual information to be output along
492 :class:`Logger` instance and a dict-like object which contains your contextual
495 :class:`Logger` passed to its constructor, and arranges to pass the contextual
502 contextual information from this adapter instance.
508 contextual information is added to the logging output. It's passed the message
520 want to prepend or append the contextual information to the message string,
540 Using objects other than dicts to pass contextual information
549 .. _filters-contextual:
551 Using Filters to impart contextual information
554 You can also add contextual information to log output using a user-defined
573 This is a filter which injects contextual information into the log.
575 Rather than use actual contextual information, we just use random