mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 22:23:00 +00:00
f258229b88
- Removed the option to specify a different class to log on - Updated tests and documentation
9 lines
123 B
Java
9 lines
123 B
Java
import lombok.extern.log4j.Log4j;
|
|
|
|
@lombok.extern.log4j.Log4j
|
|
class LoggerLog4j {
|
|
}
|
|
|
|
@Log4j
|
|
class LoggerLog4jWithImport {
|
|
} |