lsquic_qpack_dec_logger.h revision 5392f7a3
1/* Copyright (c) 2017 - 2019 LiteSpeed Technologies Inc. See LICENSE. */ 2/* This header file is included into lsqpack.c */ 3 4#include "lsquic.h" 5#include "lsquic_int_types.h" 6#include "lsquic_hash.h" 7#include "lsquic_conn.h" 8 9#undef LSQUIC_LOGGER_MODULE 10#undef LSQUIC_LOG_CONN_ID 11 12#define LSQUIC_LOGGER_MODULE LSQLM_QPACK_DEC 13#define LSQUIC_LOG_CONN_ID lsquic_conn_log_cid(dec->qpd_logger_ctx) 14#include "lsquic_logger.h" 15 16#define D_DEBUG LSQ_DEBUG 17#define D_INFO LSQ_INFO 18#define D_WARN LSQ_WARN 19#define D_ERROR LSQ_ERROR 20