Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-08 | Handlers and testcases for @Slf4j | Maarten Mulders | |
2013-12-11 | semi-fix for issue 602, but not complete as adding annotations to generated ↵ | Reinier Zwitserloot | |
fields leads to crazy issues (see issue 217): generated LOG field now has @SuppressWarnings on it. | |||
2013-03-11 | Added @Log4j2 support. | Reinier Zwitserloot | |
2010-11-22 | - Renamed the diverse @Log annotations to give them distinct names | Roel Spilker | |
- Removed the option to specify a different class to log on - Updated tests and documentation | |||
2010-11-07 | Use the actual annotation value to process the @Log annotations instead of ↵ | Roel Spilker | |
their String representations. | |||
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker | |
2010-10-31 | Added after-delombok test files for Logger | grootjans | |