aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleLog.java
AgeCommit message (Expand)Author
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2020-09-10Add record supportRawi01
2020-08-29[tests] Fix CustomLog testsRawi01
2020-07-02[fixes #2469] Support static reference as logger topicRawi01
2019-05-29Fix custom logger when topic presence != allowanceAdam Juraszek
2019-05-21Code review for `@CustomLog`, and added documentation and a changelog entry.Reinier Zwitserloot
2019-05-14Custom log declarationAdam Juraszek
2019-05-14IdentifierName instead of StringAdam Juraszek
2018-06-04Fixex #1697: google’s FluentLogger (Flogger) now available as one of lombok...Reinier Zwitserloot
2016-05-06Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103]Thomas Darimont
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-02-10[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 feat...Reinier Zwitserloot
2014-02-08Handler and testcases for @XSlf4jMaarten Mulders
2014-02-08Handler and testcases for @Log4j2Maarten Mulders
2014-02-08Handler and testcases for @Log4jMaarten Mulders
2014-02-08Handler and testcases for @LogMaarten Mulders
2014-02-08Handlers and testcases for @CommonsLogMaarten Mulders
2014-02-08Handlers and testcases for @Slf4jMaarten Mulders
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementations for log's log.any.fieldIsStatic config.Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2014-01-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2013-12-18[configuration] ongoing work on the typing and resolvingRoel Spilker
2013-12-15[configuration] Initial API for declaring ans reading single settings.Roel Spilker
2013-12-11semi-fix for issue 602, but not complete as adding annotations to generated f...Reinier Zwitserloot
2013-03-11Added @Log4j2 support.Reinier Zwitserloot
2012-11-12[refactor] Cleaned up static imports (always use *), and refactored out getCt...Reinier Zwitserloot
2012-10-30Added annotation for the slf4j extended loggergrootjans
2012-02-14Update to error messages of @Log annotations.Reinier Zwitserloot
2011-12-13Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate...jvanderhel
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2010-11-22- Renamed the diverse @Log annotations to give them distinct namesRoel Spilker
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-11-07Use the actual annotation value to process the @Log annotations instead of th...Roel Spilker
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType"Roel Spilker
2010-11-06Use a ClassLiteralAccess instead of a NameReferenceRoel Spilker
2010-11-06Code cleanupRoel Spilker
2010-11-06Add support for multiple logging frameworks in EclipseRoel Spilker