The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

filelogger.h File Reference

#include "logger.h"

Include dependency graph for filelogger.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileLogStream

Enumerations

enum  DebugLevel {
  DEBUG = 10, VERBOSE = 20, DEFAULT = 30, SPARSE = 40,
  NONE = 50
}
 Debug levels for use with InspIRCd::Log(). More...


Enumeration Type Documentation

enum DebugLevel
 

Debug levels for use with InspIRCd::Log().

Enumerator:
DEBUG 
VERBOSE 
DEFAULT 
SPARSE 
NONE 

Definition at line 21 of file filelogger.h.