27 std::ostream &
stream(
void);
36#define LOG(...) std::cout << std::endl
38 if (VLogging::access().enabled()) \
39 (VLogging::access().stream() << std::endl)
40#define NYI(module) std::cout << "NYI : '" << module << "' is not supported now." << std::endl;
static VLogging & access(void)
std::ostream & stream(void)