varkart
3679fcee8c
[ fixes #2990 , #3069 ] slf4j logger enum test cases
2022-02-17 13:07:14 -05:00
Reinier Zwitserloot
c10fe50f6a
[tests] removed a ridiculously exotic feature that still works, but is too hard to test
...
Specifically, using as custom logger topic a concatenated string, like literally `"A" + "B"`. It works,
but depending on javac and phase of the moon that ends up as `"A" + "B"` or `"AB"`, and I don't
think it's worthwhile for lombok to try to be consistent in this and test for that.
2020-09-18 01:01:41 +02:00
Rawi01
9425e99b49
[ fixes #2469 ] Support static reference as logger topic
2020-07-02 23:08:41 +02:00
Reinier Zwitserloot
d78135180c
[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 features on ecj.
...
[Log] updated naming for @Log (topic= instead of mchmulder's 'value').
2014-02-10 21:56:35 +01:00
Maarten Mulders
c38a64a556
Handlers and testcases for @Slf4j
2014-02-08 15:18:23 +01:00
Roel Spilker
f258229b88
- Renamed the diverse @Log annotations to give them distinct names
...
- Removed the option to specify a different class to log on
- Updated tests and documentation
2010-11-22 23:52:34 +01:00
Roel Spilker
8e7334a505
Updated documentation on @Log and moved them all to lombok.extern.*
2010-11-06 23:29:43 +01:00
Roel Spilker
f6b60b0cae
Intial support for @Log, for now only slf4j
2010-11-03 02:13:28 +01:00