Change to use enum instead of enum class for MessageLevel.
authorLei Zhang <antiagainst@google.com>
Wed, 21 Sep 2016 15:30:41 +0000 (11:30 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 21 Sep 2016 15:30:41 +0000 (11:30 -0400)
commit80eb0793c9ba578bfd2c72e7e4f01c28dfee971e
tree4eb41715e622370b59d9fbbe0f799b2b83439133
parentf18e1f293b7cf8f24a42587b48f35bc49912a5dd
Change to use enum instead of enum class for MessageLevel.

This allows us to create C interface with MessageLevel later.
source/diagnostic.cpp
source/message.cpp
source/message.h
source/opt/log.h
test/BinaryParse.cpp
test/c_interface.cpp
test/cpp_interface.cpp
test/test_log.cpp