If number
is specified, debugging messages with levels less than or equal to number
will be printed. If number1
and number2
are specified, debugging messages with levels between number1
and number2
, inclusive, will be printed. If regular_expression
is appended to the numeric part of the argument, only those messages matching regular_expression
will be printed.