Home | History | Annotate | Download | only in howto

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.
763 that configuration will add some handlers, and if levels are suitably
792 Logging Levels
795 The numeric values of logging levels are given in the following table. These are
796 primarily of interest if you want to define your own levels, and need them to
797 have specific values relative to the predefined levels. If you define a level
817 Levels can also be associated with loggers, being set either by the developer or
842 Just as for loggers, handlers can have levels associated with them. A handler's
848 .. _custom-levels:
850 Custom Levels
853 Defining your own levels is possible, but should not be necessary, as the
854 existing levels have been chosen on the basis of practical experience.
855 However, if you are convinced that you need custom levels, great care should
857 custom levels if you are developing a library*. That's because if multiple
858 library authors all define their own custom levels, there is a chance that