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 capabilities to class Compiler #17

Open
ghost opened this issue Jun 17, 2015 · 1 comment
Open

Add logging capabilities to class Compiler #17

ghost opened this issue Jun 17, 2015 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented Jun 17, 2015

( use a simple and widely accepted logging framework; for KISS, we could use java.util.logging.* )

For sure, most compilers don't log anything. When compiling critical stuff in industry, however, you'd want at least to be able to set a verbosity level e.g. ALL, DEBUG, MAJOR, CRITICAL, NONE. Would be nice to combine that with logging behaviour.

@nobeh
Copy link
Member

nobeh commented Jun 17, 2015

Hi Jan,

Thanks for your suggestion. However, please just note that we provide integration of jabsc mainly through Maven. And, in there, we take advantage of logging through what Maven provides.

@nobeh nobeh added this to the 1.0.0 milestone Jun 21, 2015
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