Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Poco> dependency #3

Open
doublex opened this issue Jan 13, 2019 · 4 comments
Open

<Poco> dependency #3

doublex opened this issue Jan 13, 2019 · 4 comments

Comments

@doublex
Copy link

doublex commented Jan 13, 2019

@hanfei1991
Would it be possible to create the "c-client" only with a dependency to "grpc" (e.g. to void "Poco")?

@hanfei1991
Copy link
Member

Well, Is there a better way to print log ?

@gggin
Copy link

gggin commented Sep 2, 2020

@tisonkun
Copy link

tisonkun commented Feb 4, 2021

Well, Is there a better way to print log ?

@hanfei1991 Do we use Poco for logging only?

I assume the problem with Poco dependency is that it might conflict with user application's Poco.

For logging, in Java community most project written based on the Facade(e.g. slf4j) and the real runtime set the implementation. @gggin can your alternative choice avoid library link but only headers?

Otherwise #63 can resolve this issue if the concern is system-wise pre-installed library requirement.

@zanmato1984
Copy link
Contributor

PR #84 may ease this problem. It works for both system-wide pre-installed poco, and bundled poco in an outer project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants