increase_verbosity


Description:

public static void increase_verbosity ()

Increases the amount of logging that will occur. By default only warnings and above are displayed.

Calling once will cause MESSAGE to be displayed. Calling twice will cause INFO to be displayed. Calling three times will cause DEBUG to be displayed. Calling four times will cause TRACE to be displayed.

This is meant to be called for every -v provided on the command line.