Lines Matching full:levels
63 they are used to track. The standard levels and their applicability are
444 methods listed above, but this is how to log at custom log levels.
787 that configuration will add some handlers, and if levels are suitably
816 Logging Levels
819 The numeric values of logging levels are given in the following table. These are
820 primarily of interest if you want to define your own levels, and need them to
821 have specific values relative to the predefined levels. If you define a level
841 Levels can also be associated with loggers, being set either by the developer or
866 Just as for loggers, handlers can have levels associated with them. A handler's
872 .. _custom-levels:
874 Custom Levels
877 Defining your own levels is possible, but should not be necessary, as the
878 existing levels have been chosen on the basis of practical experience.
879 However, if you are convinced that you need custom levels, great care should
881 custom levels if you are developing a library*. That's because if multiple
882 library authors all define their own custom levels, there is a chance that