Mercurial > hg > orthanc
diff Core/Enumerations.h @ 3998:b3f09bc9734b
sharing more code between the loggers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Jun 2020 18:56:35 +0200 |
parents | 7e8bfda62b43 |
children | e8d30585b909 |
line wrap: on
line diff
--- a/Core/Enumerations.h Fri Jun 05 18:26:15 2020 +0200 +++ b/Core/Enumerations.h Fri Jun 05 18:56:35 2020 +0200 @@ -296,14 +296,6 @@ DicomTransferSyntax_XML /*!< XML Encoding */ }; - enum LogLevel - { - LogLevel_Error, - LogLevel_Warning, - LogLevel_Info, - LogLevel_Trace - }; - /** * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} @@ -829,9 +821,6 @@ const char* EnumerationToString(PhotometricInterpretation photometric); ORTHANC_PUBLIC - const char* EnumerationToString(LogLevel level); - - ORTHANC_PUBLIC const char* EnumerationToString(RequestOrigin origin); ORTHANC_PUBLIC @@ -874,9 +863,6 @@ ImageFormat StringToImageFormat(const char* format); ORTHANC_PUBLIC - LogLevel StringToLogLevel(const char* level); - - ORTHANC_PUBLIC ValueRepresentation StringToValueRepresentation(const std::string& vr, bool throwIfUnsupported);