Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to do something like the following:
remotelog("remote_host", "This is my message");
or
Could anyone shine some light on this dark path ahead!?my $log = Log->get_logger("RemoteHost::Server"); $log->debug("I'm broken");
-Beev
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Logging to a Remote Host
by waswas-fng (Curate) on Dec 17, 2002 at 23:48 UTC | |
|
Re: Logging to a Remote Host
by tachyon (Chancellor) on Dec 17, 2002 at 23:47 UTC |