Lines Matching defs:logging
37 import logging
85 # webkit so as not to conflict with test-webkitpy logging.
86 logger = logging.getLogger("unittest")
90 # propagated to loggers used by test-webkitpy logging (e.g.
100 """Reset logging to its original state.
102 This method ensures that the logging configuration set up
103 for a unit test does not affect logging in other unit tests.
126 # We test the boundary case of a logging level equal to 29.
128 # which corresponds to a logging level of 20.
129 level = logging.WARNING - 1 # Equals 29.