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

trying to use log4cplus
author jodogne
date Wed, 03 Oct 2012 11:44:46 +0200
parents
children
line wrap: on
line source

#include "DcmtkLogging.h"

namespace Orthanc
{
  namespace Internals
  {
    Logger& GetLogger()
    {
      return GetLoggerInstance("Dcmtk");
    }
  }
}