OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
console_logger.hpp File Reference
#include "util/common/logging.hpp"
#include <libnuraft/nuraft.hxx>
Include dependency graph for console_logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  cbdc::raft::console_logger
 nuraft::logger implementation using logging::log. More...
 

Namespaces

namespace  cbdc
 
namespace  cbdc::raft
 

Enumerations

enum class  cbdc::raft::log_level : int {
  cbdc::raft::trace = 6 , cbdc::raft::debug = 5 , cbdc::raft::info = 4 , cbdc::raft::warn = 3 ,
  cbdc::raft::error = 2 , cbdc::raft::fatal = 1
}
 Map from NuRaft-internal log levels to names. More...