diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-01 22:40:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-01 22:40:09 +0100 |
| commit | e1e7827d75df6ea11b6bfd2aabd3eb3fb1f2e701 (patch) | |
| tree | 2770556b7584905023f5ff7c7de2028c1b9c279f /src/lib/log.h | |
| parent | 11307dfbddc463592f65cb0d24131bf5206c3617 (diff) | |
Some more debug logging.
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index 2a242e24c..2e5d69a08 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -37,10 +37,12 @@ public: enum Level { STANDARD = 0, - VERBOSE = 1 + VERBOSE = 1, + TIMING = 2 }; void log (std::string m, Level l = STANDARD); + void microsecond_log (std::string m, Level l = STANDARD); void set_level (Level l); |
