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

All output from OpenRedukti should be routed via a user controllable api #5

Open
dibyendumajumdar opened this issue May 13, 2019 · 0 comments

Comments

@dibyendumajumdar
Copy link
Contributor

Currently the C++ code can emit debug / trace / error messages directly to stderr or stdout. This is not a good idea when OpenRedukti is embedded in a scripting language; ideally all output should be routed via a user defined api, which could default to sending output to stderr, but may be replaced by the user. The main issue is how to pass a handle to the scripting language engine.

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

1 participant