-------------------------------------------------------------------------
| 136 | |
| 137 | //------------------------------------------------------------------------- |
| 138 | void ShowOutputMessage( |
| 139 | const std::wstring& message, |
| 140 | const std::filesystem::path& path) |
| 141 | { |
| 142 | LOG_INFO << GetSeparatorLine(); |
| 143 | LOG_INFO << message << path.wstring(); |
| 144 | LOG_INFO << GetSeparatorLine(); |
| 145 | } |
| 146 | |
| 147 | //------------------------------------------------------------------------- |
| 148 | std::wstring GetSeparatorLine() |
no test coverage detected