DLLogger.h File Reference

#include "DLSingletonDestroyer.h"
#include <string>
#include <cstdlib>
#include <fstream>

Go to the source code of this file.

Classes

class  DLLogger
 Debug, informational, and error message logging. More...

Enumerations

enum  DLSeverity { DL_DEBUG = 1, DL_INFO = 2, DL_CRITICAL = 3, DL_LOG_OFF = 4 }
enum  DLLogType { DL_STDERR = 1, DL_STDOUT = 2, DL_FILEOUT = 3 }
 Log output Type. More...


Enumeration Type Documentation

enum DLLogType

Log output Type.

Enumerator:
DL_STDERR 
DL_STDOUT 
DL_FILEOUT 

Definition at line 24 of file DLLogger.h.

enum DLSeverity

This is all the Log Severity levels doclib currently supports.

Enumerator:
DL_DEBUG 
DL_INFO 
DL_CRITICAL 
DL_LOG_OFF 

Definition at line 16 of file DLLogger.h.


DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007