summaryrefslogtreecommitdiff
path: root/include/filelogger.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-20 21:14:25 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-20 21:14:25 +0000
commit703ca18c66d6e7b209b13f415dfc52624801c77a (patch)
treee1d331e024b46fcbc8165d936b995ce72247f104 /include/filelogger.h
parentf67620f774935e2c1aa8f0dd814fc7d915fb5ab4 (diff)
More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of std::bitset called dynamicbitmask which took up a large amount of hashcomp.{h,cpp} before i actually knew that std::bitset existed. NOTHING has ever used this class, so whack it as tidyup, knowing it wont
break anything :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10567 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/filelogger.h')
-rw-r--r--include/filelogger.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/filelogger.h b/include/filelogger.h
index 3100761d9..888975d66 100644
--- a/include/filelogger.h
+++ b/include/filelogger.h
@@ -31,6 +31,8 @@ enum DebugLevel
/* Forward declaration -- required */
class InspIRCd;
+/** A logging class which logs to a streamed file.
+ */
class CoreExport FileLogStream : public LogStream
{
private:
@@ -44,3 +46,4 @@ class CoreExport FileLogStream : public LogStream
};
#endif
+