-
Notifications
You must be signed in to change notification settings - Fork 48
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
Comments
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. |
PR #84 may ease this problem. It works for both system-wide pre-installed poco, and bundled poco in an outer project. |
@hanfei1991
Would it be possible to create the "c-client" only with a dependency to "grpc" (e.g. to void "Poco")?
The text was updated successfully, but these errors were encountered: