cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
log_level.h File Reference

Definition of LogLevel enumeration. More...

#include <cstdint>
Include dependency graph for log_level.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Definition of LogLevel enumeration.

Definition in file log_level.h.