You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/12 22:03:57 UTC

[GitHub] [pulsar] chairmank edited a comment on issue #4234: Make client logging configurable

chairmank edited a comment on issue #4234: Make client logging configurable
URL: https://github.com/apache/pulsar/issues/4234#issuecomment-511047782
 
 
   The `logging` module in the Python standard library is implemented in Python. It is not a built-in module implemented in C.
   
   I think that we could implement a log4cxx appender that uses `boost::python::exec` to call methods on a Python standard library `Logger` instance, with arguments passed as `locals`.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services