https://issues.apache.org/bugzilla/show_bug.cgi?id=51784

Curt Arnold <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Curt Arnold <[email protected]> 2011-09-09 04:54:54 UTC ---
An single instance of Logger is returned for any call to Logger.getLogger(). If
there were multiple "wrapping" classes wrapping the same instance of Logger,
they would be conflicting calls to setFQCN().

Is your wrapping class calling Logger.log(String callerFQCN, Priority level,
Object message, Throwable t)  which is designed for this scenarios? If so, are
you running into any problems.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to