|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of LogLevel enumeration. More...
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
| namespace | msgpack_rpc::logging |
| Namespace of logging. | |
Enumerations | |
| enum class | msgpack_rpc::logging::LogLevel : std::uint8_t { msgpack_rpc::logging::TRACE , msgpack_rpc::logging::DEBUG , msgpack_rpc::logging::INFO , msgpack_rpc::logging::WARN , msgpack_rpc::logging::ERROR , msgpack_rpc::logging::CRITICAL } |
| Enumeration of log levels. More... | |
Definition of LogLevel enumeration.
Definition in file log_level.h.