gmm-message

gmm-message is an autoloaded compiled Lisp function in `gmm-utils.el'.

(gmm-message LEVEL &rest ARGS)

If LEVEL is lower than `gmm-verbose' print ARGS using `message'.

Guideline for numbers:
1 - error messages
3 - non-serious error messages
5 - messages for things that take a long time
7 - not very important messages on stuff
9 - messages inside loops.