LogDoctor/logdoctor/modules/craplog/lib.h

13 lines
195 B
C

#ifndef LOGDOCTOR__CRAPLOG__LIB_H
#define LOGDOCTOR__CRAPLOG__LIB_H
enum class IISLogsModule : unsigned char {
W3C = 0,
NCSA = 1,
IIS = 2
};
#endif // LOGDOCTOR__CRAPLOG__LIB_H