https://bz.apache.org/bugzilla/show_bug.cgi?id=58003

--- Comment #1 from Gary Gregory <[email protected]> ---
This example does not define a package for its class MyApp, IOW there is no
package statement. 

Loggger.getLogger(Class) simply calls: LogManager.getLogger(clazz.getName())

So the only way you are getting "com.foo.Bar.MyApp" from this call is if you
have defined the MyApp class in a "com.foo.Bar" package, which the example does
not do.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

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

Reply via email to