#include <boost/uuid/uuid.hpp>
#include <boost/asio/io_service.hpp>
#include <typeinfo>
#include <type_traits>
#include "enums.h"
#include "serialization/keyvalue_serialization.h"
#include "misc_log_ex.h"
Go to the source code of this file.
|
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "net" |
| #define | MAKE_IP(a1, a2, a3, a4) |
| #define | GET_IO_SERVICE(s) |
| #define | LOG_ERROR_CC(ct, message) |
| #define | LOG_WARNING_CC(ct, message) |
| #define | LOG_INFO_CC(ct, message) |
| #define | LOG_DEBUG_CC(ct, message) |
| #define | LOG_TRACE_CC(ct, message) |
| #define | LOG_CC(level, ct, message) |
| #define | LOG_PRINT_CC_L0(ct, message) |
| #define | LOG_PRINT_CC_L1(ct, message) |
| #define | LOG_PRINT_CC_L2(ct, message) |
| #define | LOG_PRINT_CC_L3(ct, message) |
| #define | LOG_PRINT_CC_L4(ct, message) |
| #define | LOG_PRINT_CCONTEXT_L0(message) |
| #define | LOG_PRINT_CCONTEXT_L1(message) |
| #define | LOG_PRINT_CCONTEXT_L2(message) |
| #define | LOG_PRINT_CCONTEXT_L3(message) |
| #define | LOG_ERROR_CCONTEXT(message) |
| #define | CHECK_AND_ASSERT_MES_CC(condition, return_val, err_message) |
|
| bool | epee::net_utils::operator== (const ipv4_network_address &lhs, const ipv4_network_address &rhs) noexcept |
| bool | epee::net_utils::operator!= (const ipv4_network_address &lhs, const ipv4_network_address &rhs) noexcept |
| bool | epee::net_utils::operator< (const ipv4_network_address &lhs, const ipv4_network_address &rhs) noexcept |
| bool | epee::net_utils::operator<= (const ipv4_network_address &lhs, const ipv4_network_address &rhs) noexcept |
| bool | epee::net_utils::operator> (const ipv4_network_address &lhs, const ipv4_network_address &rhs) noexcept |
| bool | epee::net_utils::operator>= (const ipv4_network_address &lhs, const ipv4_network_address &rhs) noexcept |
| bool | epee::net_utils::operator== (const network_address &lhs, const network_address &rhs) |
| bool | epee::net_utils::operator!= (const network_address &lhs, const network_address &rhs) |
| bool | epee::net_utils::operator< (const network_address &lhs, const network_address &rhs) |
| bool | epee::net_utils::operator<= (const network_address &lhs, const network_address &rhs) |
| bool | epee::net_utils::operator> (const network_address &lhs, const network_address &rhs) |
| bool | epee::net_utils::operator>= (const network_address &lhs, const network_address &rhs) |
| std::string | epee::net_utils::print_connection_context (const connection_context_base &ctx) |
| std::string | epee::net_utils::print_connection_context_short (const connection_context_base &ctx) |
| | epee::net_utils::MAKE_LOGGABLE (connection_context_base, ct, os) |
◆ CHECK_AND_ASSERT_MES_CC
| #define CHECK_AND_ASSERT_MES_CC |
( |
| condition, |
|
|
| return_val, |
|
|
| err_message ) |
Value:
#define CHECK_AND_ASSERT_MES(expr, fail_ret_val, message)
std::string print_connection_context_short(const connection_context_base &ctx)
Definition at line 369 of file net_utils_base.h.
◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "net" |
◆ GET_IO_SERVICE
| #define GET_IO_SERVICE |
( |
| s | ) |
|
◆ LOG_CC
| #define LOG_CC |
( |
| level, |
|
|
| ct, |
|
|
| message ) |
Value:
std::string message("Message requiring signing")
Definition at line 355 of file net_utils_base.h.
◆ LOG_DEBUG_CC
| #define LOG_DEBUG_CC |
( |
| ct, |
|
|
| message ) |
◆ LOG_ERROR_CC
| #define LOG_ERROR_CC |
( |
| ct, |
|
|
| message ) |
◆ LOG_ERROR_CCONTEXT
| #define LOG_ERROR_CCONTEXT |
( |
| message | ) |
|
◆ LOG_INFO_CC
| #define LOG_INFO_CC |
( |
| ct, |
|
|
| message ) |
◆ LOG_PRINT_CC_L0
| #define LOG_PRINT_CC_L0 |
( |
| ct, |
|
|
| message ) |
◆ LOG_PRINT_CC_L1
| #define LOG_PRINT_CC_L1 |
( |
| ct, |
|
|
| message ) |
◆ LOG_PRINT_CC_L2
| #define LOG_PRINT_CC_L2 |
( |
| ct, |
|
|
| message ) |
◆ LOG_PRINT_CC_L3
| #define LOG_PRINT_CC_L3 |
( |
| ct, |
|
|
| message ) |
◆ LOG_PRINT_CC_L4
| #define LOG_PRINT_CC_L4 |
( |
| ct, |
|
|
| message ) |
◆ LOG_PRINT_CCONTEXT_L0
| #define LOG_PRINT_CCONTEXT_L0 |
( |
| message | ) |
|
◆ LOG_PRINT_CCONTEXT_L1
| #define LOG_PRINT_CCONTEXT_L1 |
( |
| message | ) |
|
◆ LOG_PRINT_CCONTEXT_L2
| #define LOG_PRINT_CCONTEXT_L2 |
( |
| message | ) |
|
◆ LOG_PRINT_CCONTEXT_L3
| #define LOG_PRINT_CCONTEXT_L3 |
( |
| message | ) |
|
◆ LOG_TRACE_CC
| #define LOG_TRACE_CC |
( |
| ct, |
|
|
| message ) |
◆ LOG_WARNING_CC
| #define LOG_WARNING_CC |
( |
| ct, |
|
|
| message ) |
◆ MAKE_IP
| #define MAKE_IP |
( |
| a1, |
|
|
| a2, |
|
|
| a3, |
|
|
| a4 ) |