Change log header

This commit is contained in:
John Zhao
2018-09-04 15:12:04 +08:00
parent 30a9397602
commit 4d5ff16f82
60 changed files with 71 additions and 101 deletions

View File

@@ -26,7 +26,7 @@
#include <vector>
#include "mynteye/api.h"
#include "mynteye/glog_init.h"
#include "mynteye/logger.h"
#include "mynteye/utils.h"
#include "array_indexing_suite.hpp"
@@ -451,7 +451,7 @@ BOOST_PYTHON_MODULE(mynteye_py) {
bp::register_ptr_to_python<std::shared_ptr<APIWrap>>();
// glog_init.h - glog_init
// logger.h - glog_init
bp::class_<glog_init, boost::noncopyable>("glog_init", bp::no_init)
.def("create", &glog_init_create)