Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Log::Easy qw ( log_level ); .... $log_obj = new Log::Easy; $log_obj->log_file("./psql_connector.log"); $log_obj->write(INFO, "Entering MessageLoop; starting operation.\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Theo Lengyel / Log::Easy
by friedo (Prior) on Jan 23, 2005 at 03:39 UTC |