diff options
Diffstat (limited to 'include/filelogger.h')
-rw-r--r-- | include/filelogger.h | 3 |
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 + |