Odil
A C++11 library for the DICOM standard
Namespaces | Macros | Variables
logging.h File Reference
#include <boost/log/sources/severity_logger.hpp>
#include <boost/log/trivial.hpp>
#include "odil/odil.h"
Include dependency graph for logging.h:

Go to the source code of this file.

Namespaces

 odil
 
 odil::logging
 

Macros

#define ODIL_LOG(level)   BOOST_LOG_SEV(odil::logging::logger, boost::log::trivial::level)
 

Variables

boost::log::sources::severity_logger< int > odil::logging::logger
 

Macro Definition Documentation

◆ ODIL_LOG

#define ODIL_LOG (   level)    BOOST_LOG_SEV(odil::logging::logger, boost::log::trivial::level)