comparison OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4268:0ae2ca210077

new macro TLOG() to replace VLOG() for trace logs with a category
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Nov 2020 14:48:15 +0100
parents 3d6f14a05db1
children 1bd14c900699
comparison
equal deleted inserted replaced
4267:a20928107a90 4268:0ae2ca210077
4659 4659
4660 bool OrthancPlugins::InvokeService(SharedLibrary& plugin, 4660 bool OrthancPlugins::InvokeService(SharedLibrary& plugin,
4661 _OrthancPluginService service, 4661 _OrthancPluginService service,
4662 const void* parameters) 4662 const void* parameters)
4663 { 4663 {
4664 VLOG(1) << "Calling service " << service << " from plugin " << plugin.GetPath(); 4664 LOG(TRACE) << "Calling service " << service << " from plugin " << plugin.GetPath();
4665 4665
4666 if (service == _OrthancPluginService_DatabaseAnswer) 4666 if (service == _OrthancPluginService_DatabaseAnswer)
4667 { 4667 {
4668 // This case solves a deadlock at (*) reported by James Webster 4668 // This case solves a deadlock at (*) reported by James Webster
4669 // on 2015-10-27 that was present in versions of Orthanc <= 4669 // on 2015-10-27 that was present in versions of Orthanc <=