]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/filelogger.h
Migrate SSL metadata and visible information (/whois line) to single module
[user/henk/code/inspircd.git] / include / filelogger.h
index 3100761d9a22901c2ebc94ae6e98c30d684bf616..85005940d7fdf1dbb27221739e47502a367a9233 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *      the file COPYING for details.
@@ -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
+