summaryrefslogtreecommitdiff
path: root/i/marvin/src/log/logger_stdout.hh
diff options
context:
space:
mode:
authordufourj2006-03-14 21:34:17 +0000
committerdufourj2006-03-14 21:34:17 +0000
commit3e6b45437f75bb4ad20ce5b42f1cf9d1a8029129 (patch)
tree023b25cc381ed8ae3da636385ff4be11f8ac111f /i/marvin/src/log/logger_stdout.hh
parent6b9bddbcd6973b71a6c378f7c92cf1fc226def63 (diff)
Log :
- adding a file logger.
Diffstat (limited to 'i/marvin/src/log/logger_stdout.hh')
-rw-r--r--i/marvin/src/log/logger_stdout.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/log/logger_stdout.hh b/i/marvin/src/log/logger_stdout.hh
index 6147e76..eaa706a 100644
--- a/i/marvin/src/log/logger_stdout.hh
+++ b/i/marvin/src/log/logger_stdout.hh
@@ -29,7 +29,7 @@
#include <iostream>
#include <string>
-/// Null logger to prevent losing time
+/// Logger to stdout.
class LoggerStdout : public Logger
{
public: