#include <iostream>
Go to the source code of this file.
|
#define | LOG(...) std::cout << std::endl |
|
#define | VLOG(...) |
|
#define | NYI(module) std::cout << "NYI : '" << module << "' is not supported now." << std::endl; |
|
◆ LOG
#define LOG |
( |
|
... | ) |
std::cout << std::endl |
◆ NYI
#define NYI |
( |
|
module | ) |
std::cout << "NYI : '" << module << "' is not supported now." << std::endl; |
◆ VLOG
Value:
static VLogging & access(void)
std::ostream & stream(void)
Definition at line 37 of file Logging.h.
40 : '" << module << "' is not supported now." << std::endl;
41
42#endif // __LOGGING_H__