
http://bugzilla.slf4j.org/show_bug.cgi?id=163 Thorbjørn Ravn Andersen <thorbjoern@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thorbjoern@gmail.com --- Comment #4 from Thorbjørn Ravn Andersen <thorbjoern@gmail.com> 2009-12-10 20:55:44 --- I usually use just the non-static form, where you can use this.getClass() which is easily cut-and-pasteable. I also had a Eclipse template for new classes containing a correct logger, but that didn't survive a reinstall. Since the convention is so strong about the class name being the logger name, I would find it easier to just supply an object instead of a claass and have that used instead. The LoggerFactory.getLogger(Foo.class) assignment often gets too long to fit on a single line so it is broken when formatting. I would like a less verbose incarnation form. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.