Transit Planner
1.0
An experiment on transfer patterns robustness
|
Public Member Functions | |
Logger (const Logger &other) | |
Logger & | operator= (const Logger &other) |
bool | enabled () const |
void | enabled (const bool state) |
void | target (const std::string &path) |
void | reset () |
void | debug (const std::string &text) const |
void | debug (const char *format,...) const |
void | info (const std::string &text) const |
void | info (const char *format,...) const |
void | error (const std::string &text) const |
void | error (const char *format,...) const |
int | beginPerf () |
double | endPerf (const int id, const string &text="", const int iter=1) |
int | beginProg () |
double | prog (const int id, const int finished, const int total, const string &text, const int numWorkers=1) |
double | endProg (const int id, const string &text) |