22#include <Poco/ConsoleChannel.h>
23#include <boost/python/object.hpp>
39 void log(
const Poco::Message &msg)
override;
std::unique_ptr< boost::python::object > m_pyLogger
PythonLoggingChannel & operator=(PythonLoggingChannel &&)=delete
PythonLoggingChannel(PythonLoggingChannel &&)=delete
PythonLoggingChannel & operator=(const PythonLoggingChannel &)=delete
PythonLoggingChannel(const PythonLoggingChannel &)=delete
#define MANTID_PYTHONINTERFACE_CORE_DLL