MCPcopy Create free account
hub / github.com/WinMerge/winmerge / ScriptletError

Function ScriptletError

Src/Plugins.cpp:323–331  ·  view source on GitHub ↗

* @brief Log technical explanation, in English, of script error */

Source from the content-addressed store, hash-verified

321 * @brief Log technical explanation, in English, of script error
322 */
323static void
324ScriptletError(const String & scriptletFilepath, const tchar_t *szError)
325{
326 String msg = _T("Plugin scriptlet error <")
327 + scriptletFilepath
328 + _T("> ")
329 + szError;
330 RootLogger::Error(msg);
331}
332
333static String
334Decode(const String& text)

Callers 1

LogMethod · 0.85

Calls 1

ErrorFunction · 0.85

Tested by

no test coverage detected