-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
The docs state that the valid values for setDebug are 0,1,2,3 but the source code states that valid values are -1, 0, 1, and 2. Which one is correct?
It would be nice to add class constants for those values, anyway.