#include <iostream>
Go to the source code of this file.
Defines | |
#define | log_err { std::cerr << __FILE__ << ":" << __LINE__ << ": " |
#define | log_err_api { std::cerr << __FILE__ << ":" << __LINE__ << ": " |
#define | log_warn { std::cerr << __FILE__ << ":" << __LINE__ << ": " |
#define | log_info { std::cout << __FILE__ << ":" << __LINE__ << ": " |
#define | log_info_nots { std::cout << __FILE__ << ":" << __LINE__ << ": " |
#define | endmsg std::endl; } |
|
|
|
|
|
|
|
|
|
|
|
|