http://bugzilla.slf4j.org/show_bug.cgi?id=257

Joachim Durchholz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Joachim Durchholz <[email protected]> 2012-05-09 19:49:59 
CEST ---
I know I'm late with this, but here goes:

Irv, your developers are right and you got it backwards.
Logging is for collecting internal information that helps developers fix
problems. Class names are just right for that purpose.
Also, the logger name is used to identify logging configuration, e.g. what
severity of logging levels to use for what parts of the logger namespace.
You'll always have dots in the logger names (or you'll have to configure every
single logger in the system manually).
Third, you can't change the logger names of third-party software you're using.

You should include the business entity in the log message. (That's something I
do as a matter of course.)

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to