| _currentFilename | CSVLog | private |
| _EPOCH enum value | CSVLog | |
| _ERROR enum value | CSVLog | |
| _filename | CSVLog | private |
| _INFO enum value | CSVLog | |
| _lastWriteTime | CSVLog | private |
| _linecountBuffer | CSVLog | private |
| _linecountFile | CSVLog | private |
| _lowThroughputMode | CSVLog | private |
| _maxLinesBuffer | CSVLog | private |
| _maxLinesFile | CSVLog | private |
| _maxTimeBetweenWrites | CSVLog | private |
| _seperator | CSVLog | private |
| _TIMEOFDAY enum value | CSVLog | |
| _timestampVersion | CSVLog | private |
| _TRACE enum value | CSVLog | |
| _useFile | CSVLog | private |
| _WARNING enum value | CSVLog | |
| CSVLog() | CSVLog | |
| CSVLog(const CSVLog &) | CSVLog | private |
| getCurrentLogLevelConsole() | CSVLog | static |
| getCurrentLogLevelFile() | CSVLog | static |
| getCurrentTime() | CSVLog | private |
| getCurrentTimeEpoch() | CSVLog | private |
| getInstance() | CSVLog | static |
| hasFile() | CSVLog | |
| init(std::string filename) | CSVLog | |
| logConsole(std::string msg, LogLevel lvl) | CSVLog | private |
| logError(const char *format,...) | CSVLog | |
| logErrorConsole(const char *format,...) | CSVLog | |
| logErrorFile(const char *format,...) | CSVLog | |
| logFile(std::string msg, LogLevel lvl) | CSVLog | private |
| logInfo(const char *format,...) | CSVLog | |
| logInfoConsole(const char *format,...) | CSVLog | |
| logInfoFile(const char *format,...) | CSVLog | |
| LogLevel enum name | CSVLog | |
| logTrace(const char *format,...) | CSVLog | |
| logTraceConsole(const char *format,...) | CSVLog | |
| logTraceFile(const char *format,...) | CSVLog | |
| logWarning(const char *format,...) | CSVLog | |
| logWarningConsole(const char *format,...) | CSVLog | |
| logWarningFile(const char *format,...) | CSVLog | |
| lvlToConsoleColor(LogLevel lvl) | CSVLog | private |
| lvlToConsoleColorLinux(LogLevel lvl) | CSVLog | private |
| lvlToString(LogLevel lvl) | CSVLog | private |
| operator=(CSVLog const &) | CSVLog | private |
| os | CSVLog | private |
| setLogLevel(LogLevel lvl) | CSVLog | |
| setLogLevelConsole(LogLevel lvl) | CSVLog | |
| setLogLevelFile(LogLevel lvl) | CSVLog | |
| setLogLevelFromConsole() | CSVLog | |
| setLowThroughputMode(bool b) | CSVLog | |
| setMaxLinesBuffer(int numLines) | CSVLog | |
| setMaxLinesFile(int numLines) | CSVLog | |
| setSeperator(char seperator) | CSVLog | |
| setTimeBetweenWrites(double time_seconds) | CSVLog | |
| setTimestampVersion(TimestampVersion tsv) | CSVLog | |
| TimestampVersion enum name | CSVLog | |
| writeBufferToFile() | CSVLog | private |
| writeLog(std::string msg, LogLevel lvl) | CSVLog | private |
| writeLogToBuffer(std::string time, std::string msg, LogLevel lvl) | CSVLog | private |
| writeLogToConsole(std::string time, std::string msg, LogLevel lvl) | CSVLog | private |
| ~CSVLog() | CSVLog | virtual |