Program Listing for File PyLogging.h

Return to documentation for file (PyLogging.h)

//This file is part of necsim project which is released under MIT license.
//See file **LICENSE.txt** or visit https://opensource.org/licenses/MIT) for full license details.

#ifndef PYLOGGING_H
#define PYLOGGING_H
#include "Python.h"
#include <string>
#include "necsim/LogFile.h"
#include "PyLogger.h"
namespace necsim
{
    PyLogger* getGlobalLogger(PyObject* logger, PyObject* log_function);

    void removeGlobalLogger();
}
#endif // PYLOGGING_H