aboutsummaryrefslogtreecommitdiffstats
path: root/lib/log.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2000-08-07 23:42:40 +0000
committerFritz Elfert <felfert@to.com>2000-08-07 23:42:40 +0000
commit68d5fd192fee358ad195c32b47333f8f87ae13f2 (patch)
tree59f865b9679830a006c5c35fb13dcf8f81b85099 /lib/log.h
parent50dee0db8d5117ed3b9691140ceb02d8aac292d1 (diff)
downloadplptools-68d5fd192fee358ad195c32b47333f8f87ae13f2.tar.gz
plptools-68d5fd192fee358ad195c32b47333f8f87ae13f2.tar.bz2
plptools-68d5fd192fee358ad195c32b47333f8f87ae13f2.zip
General cleanup:
- Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references)
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/log.h b/lib/log.h
index 7a6528d..708631f 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -38,7 +38,7 @@ class logbuf : public streambuf {
logbuf(int level);
/**
- * @internal Called by the associated
+ * Called by the associated
* ostream to write a character.
* Stores the character in a buffer
* and calls syslog(level, buffer)
@@ -56,7 +56,7 @@ class logbuf : public streambuf {
/**
* Current length of buffer.
*/
- int len;
+ unsigned int len;
/**
* The log level to use with syslog.