| 75 | } |
| 76 | |
| 77 | void LogSource::Add(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& message) |
| 78 | { |
| 79 | m_linebuffer.Add(time, systemTime, pid, processName, message, this); |
| 80 | } |
| 81 | |
| 82 | void LogSource::Add(DWORD pid, const std::string& processName, const std::string& message) |
| 83 | { |
no test coverage detected