Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_LogSink.cpp

    r1859 r1819  
    4141        .def( init <> () )
    4242        .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"))
    4545        .def("pop", &AsapLogSink::popMessages)
    4646      ;
Note: See TracChangeset for help on using the changeset viewer.