From: Simon T. <se...@no...> - 2004-01-26 20:30:28
|
I have code wrapped within a try catch block. The logger instead of using the surrounding method/function name use ANON when printing with the layout [%d][%p] (%C) %M %m%n. I guess this is because it is the closest control structure to the call. If this is the case and the stack is:- package method_a try logger_call I get logger messages package::anon. So if I have a number of try statements wrapping my code its hard to see where the log came from using the pattern layout. Is there a solution to this? Simon Taylor (Engineer) Service Tools Solutions (STS) Nortel Networks p - 01279 404289 (ESN 742 4289) m - 07740 533743 (ESN 748 3743) e - se...@no... "I code therefore I am" |