Allow user programme to set RMR verbosity level

This change centralises the writing of messages to the standard
error device which allows the user programme to have control over
the verbosity level.  Introduces the new rmr_set_vlevel() function.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I0c4b4b3af94d34b480622ec1f65a9da65cabf2b5
diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c
index 4fd6f02..a3aeb40 100644
--- a/test/rmr_nng_test.c
+++ b/test/rmr_nng_test.c
@@ -68,10 +68,12 @@
 
 #include "rmr.h"					// things the users see
 #include "rmr_symtab.h"
+#include "rmr_logging.h"
 #include "rmr_agnostic.h"			// transport agnostic header
 #include "rmr_nng_private.h"			// transport specific
 
 #include "symtab.c"
+#include "logging.c"
 #include "rmr_nng.c"
 #include "mbuf_api.c"