comparison OrthancFramework/Sources/Logging.cpp @ 4272:1661544ea94d

LogCategory_REST
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Nov 2020 07:19:33 +0100
parents 1bd14c900699
children 0034f855c023
comparison
equal deleted inserted replaced
4271:1bd14c900699 4272:1661544ea94d
201 } 201 }
202 else if (category == "plugins") 202 else if (category == "plugins")
203 { 203 {
204 return LogCategory_PLUGINS; 204 return LogCategory_PLUGINS;
205 } 205 }
206 else if (category == "rest")
207 {
208 return LogCategory_REST;
209 }
206 else if (category == "dicom") 210 else if (category == "dicom")
207 { 211 {
208 return LogCategory_DICOM; 212 return LogCategory_DICOM;
209 } 213 }
210 else if (category == "sqlite") 214 else if (category == "sqlite")