Lines Matching full:levels
144 """Test builtin levels and their inheritance."""
147 #Logging levels in a flat logger namespace.
194 # Logging levels in a nested namespace, all explicitly set.
217 #Logging levels in a nested namespace, inherited from parent loggers.
252 # Logging levels when some parent does not exist yet.
310 # First, we define our levels. There can be as many as you want - the only
314 # mapping dictionary to convert between your application levels and the
331 # Next, we define names for our levels. You don't need to do this - in which
364 """Test various filtering possibilities with custom logging levels."""
381 # Levels >= 'Verbose' are good.
396 # Levels >= 'Sociable' are good.