i am using Log4J.
i am using XML Configuration file.
priority level set to DEBUG
It adds a lots of statements in the log.
i just want that out of complete application it should log only those statements which are with particular class.
in other words i want some kind of filter, which logs only those statements that belong to a particular class.
i am using XML Configuration file.
priority level set to DEBUG
It adds a lots of statements in the log.
i just want that out of complete application it should log only those statements which are with particular class.
in other words i want some kind of filter, which logs only those statements that belong to a particular class.
Comment