LEOCHARRE::DEBUG2 - LEOCHARRE::DEBUG2 documentation


LEOCHARRE-Dev documentation  | view source Contained in the LEOCHARRE-Dev distribution.

Index


DEBUG_LEVEL

Top

Just message and newline:

   $MYMOD::DEBUG_LEVEL = 0;

Show calling sub (default):

   $MYMOD::DEBUG_LEVEL = 1;




Show calling full name:

   $MYMOD::DEBUG_LEVEL = 2;

Show tons of garble:

   $MYMOD::DEBUG_LEVEL = 3;








LEOCHARRE-Dev documentation  | view source Contained in the LEOCHARRE-Dev distribution.