-
-
Notifications
You must be signed in to change notification settings - Fork 0
providing UtilLogger for internal usage instead of JUL logger #125
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
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the UtilLogger implementation to improve exception logging and code organization. The changes replace direct stack trace array usage with proper stack trace string conversion and consolidate formatting constants.
- Introduces a new
getStackTrace()method for proper throwable stack trace conversion - Consolidates exception and message logging using unified format constants
- Removes unused code and improves method consistency
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/main/java/elf4j/util/UtilLogger.java | Refactors exception logging methods, adds stack trace utility, and consolidates formatting |
| pom.xml | Version bump from 6.0.1 to 6.0.2 |
Co-authored-by: Copilot <[email protected]>
No description provided.