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 Annotation for SLF4J xLogger #494

Closed
lombokissues opened this issue Jul 14, 2015 · 5 comments
Closed

Add Annotation for SLF4J xLogger #494

lombokissues opened this issue Jul 14, 2015 · 5 comments
Assignees
Milestone

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 421)

@lombokissues
Copy link
Author

👤 macleod.tyler   🕗 Oct 17, 2012 at 19:34 UTC

Currently there is support for SLF4J. Could we have it extended from:

@ Slf4j
class XTest {
private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(XTest.class);

...

To something like

@ Slf4j(extended = true)
class XTest {
private static final org.slf4j.ext.XLogger log = org.slf4j.ext.XLoggerFactory.getXLogger(XTest.class);

@lombokissues
Copy link
Author

👤 grootjans   🕗 Oct 29, 2012 at 20:20 UTC

@lombokissues
Copy link
Author

👤 grootjans   🕗 Oct 29, 2012 at 23:44 UTC

Will be in 0.11.6

@lombokissues lombokissues added this to the 0.11.5 milestone Jul 14, 2015
@lombokissues
Copy link
Author

👤 reinierz   🕗 Oct 30, 2012 at 00:09 UTC

Now officially released in lombok v0.11.6.

@lombokissues lombokissues modified the milestones: 0.11.5, 0.11.6 Jul 14, 2015
@lombokissues
Copy link
Author

End of migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants