yosiat opened a new pull request #82: Add support for passing `log` function 
when creating client
URL: https://github.com/apache/pulsar-client-node/pull/82
 
 
   Issue: https://github.com/apache/pulsar-client-node/issues/9
   
   ```
   var client = new Pulsar.Client({
     log: function(level /* typescript enum */, file, line, message) {
         // log with console.log or other logging implementation
     }
   })
   ```
   
   If no log function is passed, it will use default logging.
   
   I am new to NAPI and C++, I am open for feedback and to learn!

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to