Closed GoogleCodeExporter closed 9 years ago
I would add that the default variable name for loggers should be all uppercase,
following the Java convention for static finals.
Original comment by simioni....@gmail.com
on 18 Feb 2013 at 5:05
Thanks for taking the time to give us feedback.
The statement that the field should be named in upper case according to the
java conventions is incorrect. See also the explanation in issues
http://code.google.com/p/projectlombok/issues/detail?id=400#c1 and
http://code.google.com/p/projectlombok/issues/detail?id=400#c1
For the time being we've decided to stick with just using `log` in order to
keep things simpler. We like simple. Only if there are compelling reasons we
sacrifice simplicity for flexibility. The reason "I want to specify my own name
for my Logger because I that's what I am used to" is not compelling enough.
Unless you have a different use case that we overlooked, we will not add a
'name' parameter.
Original comment by r.spilker
on 19 Feb 2013 at 1:54
Issue 530 has been merged into this issue.
Original comment by askon...@gmail.com
on 6 Jun 2013 at 11:31
The thing is when starting to use lombok there can be need to use rename
refactoring for each class using "logger".
Original comment by vyachesl...@gmail.com
on 10 Jun 2013 at 5:13
Original issue reported on code.google.com by
gnewal...@firstfolio.com.au
on 9 Jan 2013 at 2:40