odil
C++11libraryfortheDICOMstandard
logging.h
1 /*************************************************************************
2  * odil - Copyright (C) Universite de Strasbourg
3  * Distributed under the terms of the CeCILL-B license, as published by
4  * the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5  * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6  * for details.
7  ************************************************************************/
8 
9 #ifndef _5382f5e0_e993_4966_9447_542844edb635
10 #define _5382f5e0_e993_4966_9447_542844edb635
11 
12 #include <log4cpp/Category.hh>
13 #include <log4cpp/Priority.hh>
14 
15 #define ODIL_LOG(level) log4cpp::Category::getRoot() << log4cpp::Priority::level
16 
17 #endif // _5382f5e0_e993_4966_9447_542844edb635