comparison Core/Logging.cpp @ 2498:0188c21e417a

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Mar 2018 17:31:36 +0100
parents 911e62dbb4ac
children a4f885670da7
comparison
equal deleted inserted replaced
2497:0611aa383e62 2498:0188c21e417a
92 void Initialize(OrthancPluginContext* context) 92 void Initialize(OrthancPluginContext* context)
93 { 93 {
94 context_ = context; 94 context_ = context;
95 } 95 }
96 96
97 InternalLogger::InternalLogger(const char* level, 97 InternalLogger::InternalLogger(Level level,
98 const char* file /* ignored */, 98 const char* file /* ignored */,
99 int line /* ignored */) : 99 int line /* ignored */) :
100 level_(level) 100 level_(level)
101 { 101 {
102 } 102 }