Mantid
Loading...
Searching...
No Matches
Typedefs | Functions
Logger.cpp File Reference
#include "MantidKernel/Logger.h"
#include "MantidPythonInterface/core/ReleaseGlobalInterpreterLock.h"
#include <boost/python/class.hpp>
#include <boost/python/make_constructor.hpp>
#include <boost/python/reference_existing_object.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <memory>

Go to the source code of this file.

Typedefs

using LoggerFlushFunction = void(Logger::*)()
 
using LoggerMsgFunction = void(Logger::*)(const std::string &)
 

Functions

void export_Logger ()
 

Typedef Documentation

◆ LoggerFlushFunction

using LoggerFlushFunction = void (Logger::*)()

Definition at line 19 of file Logger.cpp.

◆ LoggerMsgFunction

using LoggerMsgFunction = void (Logger::*)(const std::string &)

Definition at line 18 of file Logger.cpp.

Function Documentation

◆ export_Logger()

void export_Logger ( )