comparison OrthancServer/LuaScripting.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents 905842836ad4
children 33d34bc4ac15
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
35 35
36 #include "ServerContext.h" 36 #include "ServerContext.h"
37 #include "OrthancInitialization.h" 37 #include "OrthancInitialization.h"
38 #include "../Core/Lua/LuaFunctionCall.h" 38 #include "../Core/Lua/LuaFunctionCall.h"
39 #include "../Core/HttpServer/StringHttpOutput.h" 39 #include "../Core/HttpServer/StringHttpOutput.h"
40 #include "../Core/Logging.h"
40 41
41 #include "Scheduler/DeleteInstanceCommand.h" 42 #include "Scheduler/DeleteInstanceCommand.h"
42 #include "Scheduler/StoreScuCommand.h" 43 #include "Scheduler/StoreScuCommand.h"
43 #include "Scheduler/StorePeerCommand.h" 44 #include "Scheduler/StorePeerCommand.h"
44 #include "Scheduler/ModifyInstanceCommand.h" 45 #include "Scheduler/ModifyInstanceCommand.h"
45 #include "Scheduler/CallSystemCommand.h" 46 #include "Scheduler/CallSystemCommand.h"
46 #include "OrthancRestApi/OrthancRestApi.h" 47 #include "OrthancRestApi/OrthancRestApi.h"
47 48
48 #include <glog/logging.h>
49 #include <EmbeddedResources.h> 49 #include <EmbeddedResources.h>
50 50
51 51
52 namespace Orthanc 52 namespace Orthanc
53 { 53 {