X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ffilelogger.h;h=731a6dcad19adaa9de8a1a0e21342f509c90c6d4;hb=f5c631ef8641db6455bed23c02e5a39f63f7d6d0;hp=fba103dd67d160b1df5c66c5f5a3ee5e20b3e02c;hpb=6d03943426dcce76ba66567a9b18425a5ebb4c0c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/filelogger.h b/include/filelogger.h index fba103dd6..731a6dcad 100644 --- a/include/filelogger.h +++ b/include/filelogger.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * InspIRCd: (C) 2002-2010 InspIRCd Development Team * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see @@ -20,6 +20,7 @@ * */ enum DebugLevel { + RAWIO = 5, DEBUG = 10, VERBOSE = 20, DEFAULT = 30,