From: Vince V. <vi...@ly...> - 2003-07-08 13:22:27
|
Hello, I want my module a.pm to log into a.log, b.pm into b.log. I call init(a.conf) and getLogger() in the Constructor of a. I call init(b.conf) and getLogger() in the Constructor of b. My run.pl uses a and b, a->run() an b->run() log something into a.log and b.log. But after calling a->run() b->run() logs into a.log too. Why? Where's my mistake? The modules are available at http://www.nomorepasting.com/paste.php?pasteID=5969 any hint is welcom, best regards, Vince |