summaryrefslogtreecommitdiff
path: root/include/filelogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/filelogger.h')
-rw-r--r--include/filelogger.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/filelogger.h b/include/filelogger.h
index 091dc9a03..94456fecc 100644
--- a/include/filelogger.h
+++ b/include/filelogger.h
@@ -22,21 +22,6 @@
#include "logger.h"
-/** Logging levels for use with InspIRCd::Log()
- * */
-enum LogLevel
-{
- LOG_RAWIO = 5,
- LOG_DEBUG = 10,
- LOG_VERBOSE = 20,
- LOG_DEFAULT = 30,
- LOG_SPARSE = 40,
- LOG_NONE = 50
-};
-
-/* Forward declaration -- required */
-class InspIRCd;
-
/** A logging class which logs to a streamed file.
*/
class CoreExport FileLogStream : public LogStream