Changes in trunk/src/python_LogSink.cpp [1859:1819]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_LogSink.cpp
r1859 r1819 41 41 .def( init <> () ) 42 42 .def("post", &AsapLogSink::postMessage, 43 (boost::python::arg(" priority")="INFO",44 boost::python::arg(" origin")=""))43 (boost::python::arg("location")="", 44 boost::python::arg("priority")="INFO")) 45 45 .def("pop", &AsapLogSink::popMessages) 46 46 ;
Note:
See TracChangeset
for help on using the changeset viewer.