We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated from Google Code (issue 421)
The text was updated successfully, but these errors were encountered:
👤 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);
Sorry, something went wrong.
👤 grootjans 🕗 Oct 29, 2012 at 20:20 UTC
👤 grootjans 🕗 Oct 29, 2012 at 23:44 UTC
Will be in 0.11.6
👤 reinierz 🕗 Oct 30, 2012 at 00:09 UTC
Now officially released in lombok v0.11.6.
End of migration
grootjans
No branches or pull requests
Migrated from Google Code (issue 421)
The text was updated successfully, but these errors were encountered: