shohi opened a new pull request #323: URL: https://github.com/apache/pulsar-client-go/pull/323
### Motivation enable users to configure the logger used by the client, currently only support logrus.Logger. If no logger is provided, the default `logrus.StandardLogger()` will be used. This PR only solved part of the problem mentioned in the issue https://github.com/apache/pulsar-client-go/issues/228. ### Modifications * add `Logger` field to ClientOptions * add `logger` field to client ---------------------------------------------------------------- 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