eclipse-ee4j / eclipse-ee4j/angus-activation

LogSupport should infer correct caller frame

Open
#44 0 comments 0 reactions 1 assignee Claimed by @jmehrens View on GitHub
Dominant language
Java
Stars
10
Forks
9
Avg merge
1d 9h
Merged PRs (30d)
1

Description

The org.eclipse.angus.activation.LogSupport uses a JUL logger under the hood but calls the standard log methods. This will cause all log records to report a caller of `LogSupport.log` while correct is not helpful.

What should happen is the LogSupport should be updated to find the caller of LogSupport and that frame should be passed to JUL using the log precise methods.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.