Mercurial > hg > orthanc-python
comparison Sources/PythonLock.h @ 28:b2bbb516056e
The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Apr 2020 07:59:35 +0200 |
parents | b0d1308280d8 |
children | 23f3099bed47 |
comparison
equal
deleted
inserted
replaced
27:ec7860ac40e9 | 28:b2bbb516056e |
---|---|
57 | 57 |
58 static void AddSysPath(const std::string& path); | 58 static void AddSysPath(const std::string& path); |
59 | 59 |
60 static void RaiseException(PyObject* module, | 60 static void RaiseException(PyObject* module, |
61 OrthancPluginErrorCode code); | 61 OrthancPluginErrorCode code); |
62 | |
63 static void LogCall(const std::string& message); | |
62 }; | 64 }; |