#include <sys/stat.h>
#include <strings.h>
#include <string>
#include <fstream>
#include <iostream>
#include <map>
Go to the source code of this file.
Classes | |
| class | LogFile |
| Class that manage log system. More... | |
Enumerations | |
| enum | log_level { NOTUSED, NOTHING, ERROR, WARNING, INFO } |
| Log levels. More... | |
Definition in file logfile.h.
| enum log_level |
1.5.7.1