]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/filelogger.h
Return ERR_NOPRIVILEGES for +P without channels/set-permanent priv.
[user/henk/code/inspircd.git] / include / filelogger.h
index 3100761d9a22901c2ebc94ae6e98c30d684bf616..888975d66b4d8db2ee5f977afc084684cd0b34b9 100644 (file)
@@ -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
+