Fixed OCLogger enum log levels to be legal
authorErich Keane <erich.keane@intel.com>
Tue, 3 Feb 2015 23:22:04 +0000 (15:22 -0800)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Thu, 5 Feb 2015 15:27:05 +0000 (15:27 +0000)
commit9143f0333b992774e5184cc385085e301f4ac1b3
tree40fa77165a842935aa564656a297a80610fd9eff
parent9cff1a63a23868912fef9386c1f6c7cbc9399dd8
Fixed OCLogger enum log levels to be legal

Double-underscores at the beginning of a token are reserved
for the compiler usage, so these values were removed.  I've also
altered the names a bit to make them look different enough so that
our users don't use them.

Finally, I made sure that they don't actually WORK, so that our
users won't be tempted to use them.

Change-Id: I3ae04ff32f01dfc6e0d89948a3b5b858157de6ab
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/298
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
resource/oc_logger/c/oc_logger.c
resource/oc_logger/include/oc_logger_types.h