| BayesOpt
    | 
Modules and helper macros for logging. More...
#include <sstream>#include <string>#include <cstdio>#include <sys/time.h> Include dependency graph for log.hpp:
 Include dependency graph for log.hpp: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| class | Log< T > | 
| class | Output2FILE | 
| class | FILELog | 
| Macros | |
| #define | FILELOG_DECLSPEC | 
| #define | FILELOG_MAX_LEVEL logDEBUG4 | 
| #define | FILE_LOG(level) | 
| Enumerations | |
| enum | TLogLevel { logERROR, logWARNING, logINFO, logDEBUG, logDEBUG1, logDEBUG2, logDEBUG3, logDEBUG4 } | 
| Functions | |
| std::string | NowTime () | 
Modules and helper macros for logging.
Definition in file log.hpp.
| #define FILE_LOG | ( | level | ) |