#ifndef ELOGCOLUMN #define ELOGCOLUMN enum ELogColumn : int { id, level, timestamp, file, func, lineno, msg, scope, threadId, }; #endif //ELOGCOLUMN