r-lib/debugme

Message types: DEBUG, INFO, WARNING, ERROR

gaborcsardi opened this issue · 5 comments

Probably simply:

"!DEBUG debug message"
"!INFO  info message"
"!WARN  warning message
"!ERR   error message"

WARN or WARNING should both work, just like ERR and ERROR.

This is not so crucial, actually...

Verbosity levels would be handy e.g. for revdepcheck -- the messages that are printed when polling the queue should only be needed in verbose-verbose-verbose mode.

Yeah, I think there is an issue for this already, no?

Oh, yes, this is it. :)

I decided that we don't need message types, and just implemented verbosity levels, so I am closing this.