Tinman  1.0
Enumerations | Functions
log.h File Reference
#include <boost/log/trivial.hpp>
#include <boost/move/utility.hpp>
#include <boost/log/sources/logger.hpp>
#include <boost/log/sources/record_ostream.hpp>
#include <boost/log/sources/severity_feature.hpp>
#include <boost/log/sources/severity_logger.hpp>
#include <boost/log/sources/global_logger_storage.hpp>
#include <boost/log/utility/setup/file.hpp>
#include <boost/log/utility/setup/common_attributes.hpp>
#include <boost/log/sinks/sync_frontend.hpp>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  severity_level {
  debug, info, warning, error,
  critical
}
 

Functions

 BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT (my_logger, boost::log::sources::severity_logger_mt< severity_level >) class Log
 

Enumeration Type Documentation

Enumerator
debug 
info 
warning 
error 
critical 

Function Documentation

BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT ( my_logger  ,
boost::log::sources::severity_logger_mt< severity_level  
)