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

io.helidon.logging.jul.HelidonFormatter no-args constructor should be public... #3452

Closed
larry-cable opened this issue Sep 29, 2021 · 0 comments · Fixed by #3609
Closed

io.helidon.logging.jul.HelidonFormatter no-args constructor should be public... #3452

larry-cable opened this issue Sep 29, 2021 · 0 comments · Fixed by #3609
Assignees
Labels
enhancement New feature or request logging P3

Comments

@larry-cable
Copy link

Environment Details

  • Helidon Version:
  • Helidon SE
  • JDK version: 11
  • OS: MacOS 10.14.6
  • Docker version (if applicable): n/a

Problem Description

developers wishing to use io.helidon.logging.jul.HelidonFormatter with Logging Handlers other than HelidonConsoleHandler cannot do so, because the no-args constructor is not visible, hence it cannot be specified in either logging.properties or programmatically via 'new'.

Nor can the developer subclass this and expose their own constructor.

Steps to reproduce

its not reproducible because its not a bug its an enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request logging P3
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants