diff options
Diffstat (limited to 'src/Log.h')
-rw-r--r-- | src/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ class Logger { /* Log the message to all backends */ void log(log_level_t level, const char* fmt, ...); - void logstr(log_level_t level, const std::string message); + void logstr(log_level_t level, std::string message); /* Return a LogLine for the given level * so that you can write etiLog.level(info) << "stuff = " << 21 */ |