| 54 | #endif |
| 55 | |
| 56 | void getMappedFileName(PathName& file, PathName& mapFile) |
| 57 | { |
| 58 | const ULONG hash = file.hash(0xFFFFFFFF); |
| 59 | mapFile.printf("%s_%08x", FB_TRACE_LOG_MUTEX, hash); |
| 60 | } |
| 61 | |
| 62 | PluginLogWriter::PluginLogWriter(const char* fileName, size_t maxSize) : |
| 63 | m_fileName(*getDefaultMemoryPool()), |
no test coverage detected