Vowpal Wabbit
Macros
debug_log.h File Reference

Macros

#define VW_DEBUG_ENABLE(x)   static bool VW_DEBUG_LOG = x;
 
#define VW_DBG(e)   if (VW_DEBUG_LOG) std::cout << depth_indent_string(e)
 

Macro Definition Documentation

#define VW_DBG (   e)    if (VW_DEBUG_LOG) std::cout << depth_indent_string(e)
#define VW_DEBUG_ENABLE (   x)    static bool VW_DEBUG_LOG = x;