Vowpal Wabbit
|
Classes | |
class | vw_dbg |
Macros | |
#define | VW_DEBUG_LOG vw_dbg::DEFAULT_LOG |
#define | VW_LOG_SINK std::cout |
#define | VW_DBG(e) if VW_STD17_CONSTEXPR (VW_DEBUG_LOG) VW_LOG_SINK << ::VW::debug::debug_depth_indent_string(e) |
#define | VW_DBG_0 if VW_STD17_CONSTEXPR (VW_DEBUG_LOG) VW_LOG_SINK |
#define VW_DBG | ( | e | ) | if VW_STD17_CONSTEXPR (VW_DEBUG_LOG) VW_LOG_SINK << ::VW::debug::debug_depth_indent_string(e) |
#define VW_DBG_0 if VW_STD17_CONSTEXPR (VW_DEBUG_LOG) VW_LOG_SINK |
#define VW_DEBUG_LOG vw_dbg::DEFAULT_LOG |
#define VW_LOG_SINK std::cout |