diff NEWS @ 5561:0b18690c1935

SDK: added OrthancPluginLogMessage to display plugin name + file and line from plugin
author Alain Mazy <am@orthanc.team>
date Tue, 23 Apr 2024 09:34:02 +0200
parents c80dbbae3f60
children 738f80622e91 823aae1ea72a
line wrap: on
line diff
--- a/NEWS	Mon Apr 22 10:50:33 2024 +0200
+++ b/NEWS	Tue Apr 23 09:34:02 2024 +0200
@@ -34,6 +34,10 @@
 * Housekeeper plugin: Added an option "LimitMainDicomTagsReconstructLevel"
   (allowed values: "Patient", "Study", "Series", "Instance").  This can greatly speed
   up the housekeeper process e.g. if you have only update the Study level ExtraMainDicomTags.
+* SDK: added OrthancPluginLogMessage that is a new primitive for plugins to log messages.
+  This new primitive will display the plugin name, plugin file name and plugin line number
+  in the logs.  If they are using the OrthancFramework, plugins should now use LOG(INFO),
+  LOG(WARNING) and LOG(ERROR) to log their messages.
 
 
 Version 1.12.3 (2024-01-31)