X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ffilelogger.h;h=137e8635b81885fd14f010b95621698813d7b586;hb=28de37791e17a1f1f3fd431969f5b6fd393eb73f;hp=3100761d9a22901c2ebc94ae6e98c30d684bf616;hpb=4965a1d6697565b1a72de31deaccfd93180bd403;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/filelogger.h b/include/filelogger.h index 3100761d9..137e8635b 100644 --- a/include/filelogger.h +++ b/include/filelogger.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -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 +