Mercurial > hg > orthanc
comparison Core/Logging.cpp @ 3361:ea07b29c6d0e emscripten-logging
Merge fro default
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 07 May 2019 13:10:48 +0200 |
parents | 815b81142ff7 849c651c1381 |
children | b0b5852622e4 |
comparison
equal
deleted
inserted
replaced
3359:815b81142ff7 | 3361:ea07b29c6d0e |
---|---|
272 globalErrorLogFunc(s.c_str()); | 272 globalErrorLogFunc(s.c_str()); |
273 } | 273 } |
274 } | 274 } |
275 } | 275 } |
276 | 276 |
277 void Initialize() | |
278 { | |
279 } | |
280 | |
277 void EnableInfoLevel(bool enabled) | 281 void EnableInfoLevel(bool enabled) |
278 { | 282 { |
279 globalVerbose_ = enabled; | 283 globalVerbose_ = enabled; |
280 } | 284 } |
281 | 285 |