comparison NEWS @ 5573:823aae1ea72a

removed dependency of HouseKeeper upon Orthanc::Logging
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 16:01:26 +0200
parents 0b18690c1935
children 9e74e761b108 317850cd46bc
comparison
equal deleted inserted replaced
5572:f0dc99bc811c 5573:823aae1ea72a
32 32
33 * Multitenant DICOM plugin: added support for locales 33 * Multitenant DICOM plugin: added support for locales
34 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel" 34 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel"
35 (allowed values: "Patient", "Study", "Series", "Instance"). This can greatly speed 35 (allowed values: "Patient", "Study", "Series", "Instance"). This can greatly speed
36 up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags. 36 up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags.
37 * SDK: added OrthancPluginLogMessage that is a new primitive for plugins to log messages. 37 * SDK: added OrthancPluginLogMessage() that is a new primitive for
38 This new primitive will display the plugin name, plugin file name and plugin line number 38 plugins to log messages. This new primitive will display the plugin
39 in the logs. If they are using the OrthancFramework, plugins should now use LOG(INFO), 39 name, the plugin file name, and the plugin line number in the
40 LOG(WARNING) and LOG(ERROR) to log their messages. 40 logs. If they are not using the LOG() facilities provided by the
41 OrthancFramework, plugins should now use ORTHANC_PLUGINS_LOG_INFO(),
42 ORTHANC_PLUGINS_LOG_WARNING(), and ORTHANC_PLUGINS_LOG_ERROR().
41 43
42 44
43 Version 1.12.3 (2024-01-31) 45 Version 1.12.3 (2024-01-31)
44 =========================== 46 ===========================
45 47