ome-common
5.5.0
|
Boost.Log compatibility. More...
#include <ostream>
#include <string>
#include <ome/common/config.h>
#include <boost/log/core.hpp>
#include <boost/log/trivial.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/sources/severity_logger.hpp>
#include <boost/log/sources/severity_feature.hpp>
#include <boost/log/attributes/constant.hpp>
Go to the source code of this file.
Namespaces | |
ome | |
Open Microscopy Environment C++. | |
ome::common | |
OME compatibility functions and classes. | |
Typedefs | |
typedef logging::sources::severity_logger_mt< logging::trivial::severity_level > | ome::common::Logger |
Message logger. | |
Functions | |
Logger | ome::common::createLogger (const std::string &className) |
Create a message logger for a class. More... | |
void | ome::common::setLogLevel (logging::trivial::severity_level severity) |
Set global logging level. More... | |
logging::trivial::severity_level | ome::common::getLogLevel () |
Get global logging level. More... | |
Boost.Log compatibility.
This header provides additional functionality on top of the Boost.Log library.