params: add multi-level verbosity
authorBrian Norris <banorris@uci.edu>
Fri, 31 May 2013 23:45:42 +0000 (16:45 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 31 May 2013 23:45:42 +0000 (16:45 -0700)
commit251c63183adee7dbdceeabce5a706e8281bc2887
treea124142057d7872f9b0bacb039ad3aa7b199fcd4
parent39cf60160fae4c59519004440bd49aba714c1edf
params: add multi-level verbosity

Now we can have --verbose=[012], so that the default (0) is still quiet,
the easy verbose flag (--verbose or -v) is noisy but useful (1), and if
you really want some extra noise, you can choose (2). Right now, there
is some minimal extra noise in (2), but this may be expanded if we want
more run-time debuggability, rather than recompiling with 'make debug'.
main.cc
model.cc
params.h