| Author |
Configuring SLF4J
|
Songezo Nkukwana
Ranch Hand
Joined: Nov 27, 2008
Posts: 51
|
|
Hi, i have a Hibernate Java Application Tester which i use slf4j for my console output .... The loggers work fine but only display info within the application class. I have other classes on different packages using the same slf4j logger, but none of those are displayed ... My log4j.properties is placed under the src directory ... All my classes are situated on their respective packages and use slf4j, but only the class with main() method gets logged/display ... Any reason for that?
here's my log4j.properties
my application class
other classes not displayed ...
finding Member instance with property: does not get displayed
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Moving to Other Open Source Projects.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Configuring SLF4J
|
|
|