#include "Log.h"
#include <boost/core/null_deleter.hpp>
#include <boost/log/attributes/clock.hpp>
#include <boost/log/attributes/function.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/sinks/text_ostream_backend.hpp>
#include <boost/log/sources/global_logger_storage.hpp>
#include <boost/log/sources/severity_channel_logger.hpp>
#include <boost/log/support/date_time.hpp>
#include <boost/log/utility/exception_handler.hpp>
#include <boost/log/sinks/sync_frontend.hpp>
Go to the source code of this file.
|
| template<class T > |
| using | log_sink = boost::log::sinks::synchronous_sink< T > |
| |
- Author
- Gav Wood i@gav.nosp@m.wood.nosp@m..com
- Date
- 2014
Definition in file Log.cpp.
◆ log_sink
template<class T >
| using log_sink = boost::log::sinks::synchronous_sink<T> |
◆ m_name
| boost::thread_specific_ptr<std::string> m_name |