comparison OrthancServer/Internals/DcmtkLogging.cpp @ 101:428784e59dcd

trying to use log4cplus
author jodogne
date Wed, 03 Oct 2012 11:44:46 +0200
parents
children
comparison
equal deleted inserted replaced
100:27dc762e3dc8 101:428784e59dcd
1 #include "DcmtkLogging.h"
2
3 namespace Orthanc
4 {
5 namespace Internals
6 {
7 Logger& GetLogger()
8 {
9 return GetLoggerInstance("Dcmtk");
10 }
11 }
12 }