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

Add Logging Interface #7

Closed
xiphirx opened this issue Feb 20, 2016 · 1 comment
Closed

Add Logging Interface #7

xiphirx opened this issue Feb 20, 2016 · 1 comment
Milestone

Comments

@xiphirx
Copy link
Collaborator

xiphirx commented Feb 20, 2016

It is useful to have very fine grained logging information, the library should provide a logging interface that users can utilize to get more in-depth information on what goes on internally.

This should probably adopt a builder-like pattern, maybe

ReLinker.log(myLogger).loadLibrary(context, "badlib");

or perhaps, just attach a logger once

ReLinker.attachLogger(myLogger);
@xiphirx xiphirx added this to the 1.2 milestone Feb 20, 2016
@xiphirx
Copy link
Collaborator Author

xiphirx commented Feb 21, 2016

2bffed1

@xiphirx xiphirx closed this as completed Feb 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant