--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Well:
1) Both slf4j and Logback seem to use “logger” in their examples, which I would take to be the recommended variable name as a convention. But that’s not big deal. I understand opinions vary on this.
2) This is impractical, if you are dealing with very large codebases like I am. (The noise that it would produce in the commit log just to get one piece working without anything functionally relevant would more than likely be rejected upon code review and/or discussions).
3) I am not prejudiced towards that syntax; anything that would make it clearer would be fine with me.
I guess my biggest issue is, the intellij plugin does not support loading the configuration system. So without that support, I was hoping to be able to do the config right in the annotation syntax, and without that even, I simply won’t be able to use lombok at all which is sad news all around.