Home | History | Annotate | Download | only in logging

Lines Matching refs:configure

179     # configure the root first
479 """Configure an object with a user-supplied factory."""
500 Configure logging using a dictionary-like object to describe the
504 def configure(self):
530 raise ValueError('Unable to configure handler '
537 raise ValueError('Unable to configure logger '
544 raise ValueError('Unable to configure root '
559 raise ValueError('Unable to configure '
567 raise ValueError('Unable to configure '
584 raise ValueError('Unable to configure handler '
594 raise ValueError('Unable to configure handler '
635 raise ValueError('Unable to configure logger '
658 raise ValueError('Unable to configure root '
664 """Configure a formatter from a dictionary."""
686 """Configure a filter from a dictionary."""
703 """Configure a handler from a dictionary."""
787 """Configure a non-root logger from a dictionary."""
795 """Configure a root logger from a dictionary."""
802 """Configure logging using a dictionary."""
803 dictConfigClass(config).configure()