-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
use jul logger by default #66
Conversation
Three questions:
|
or we can add supporting on JNI leve, e.g:
|
|
Probably printing exception to stderr is not great - user may want to disable stderr, or maybe user doesn't have stderr, e.g. on android. Maybe better print exception to jul? |
Codecov Report
@@ Coverage Diff @@
## main #66 +/- ##
============================================
+ Coverage 69.84% 70.89% +1.05%
- Complexity 74 83 +9
============================================
Files 23 23
Lines 378 402 +24
Branches 2 3 +1
============================================
+ Hits 264 285 +21
- Misses 108 110 +2
- Partials 6 7 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
e79901c
to
3f0388c
Compare
Maybe rename setCallback0 to setCallbackImp or setCallbackImpl or setCallbackNative? |
Consider reworking TestValidLoggerSetLevel to be synchronous (wait for actual logs). Same for TestInvalidLoggerNotThrows |
fix #3