Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently there are
/** Constant <code>SEVERITY_WARNING=1</code> */ int SEVERITY_WARNING = 1; /** Constant <code>SEVERITY_ERROR=2</code> */ int SEVERITY_ERROR = 2;
it might be better to have these (together with INFO and probably DEBUG see #20 )as an Enum to make the code more type safe