comparison Core/RestApi/RestApiOutput.cpp @ 1486:f967bdf8534e

refactoring to Logging.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:01:31 +0200
parents b22ba8c5edbe
children 7962563129c9
comparison
equal deleted inserted replaced
1485:27661b33f624 1486:f967bdf8534e
31 31
32 32
33 #include "../PrecompiledHeaders.h" 33 #include "../PrecompiledHeaders.h"
34 #include "RestApiOutput.h" 34 #include "RestApiOutput.h"
35 35
36 #include "../Logging.h"
37 #include "../OrthancException.h"
38
36 #include <boost/lexical_cast.hpp> 39 #include <boost/lexical_cast.hpp>
37 #include <glog/logging.h>
38 40
39 #include "../OrthancException.h"
40 41
41 namespace Orthanc 42 namespace Orthanc
42 { 43 {
43 RestApiOutput::RestApiOutput(HttpOutput& output, 44 RestApiOutput::RestApiOutput(HttpOutput& output,
44 HttpMethod method) : 45 HttpMethod method) :