http://qs321.pair.com?node_id=72924


in reply to syslog logging

Yikes. Bad idea. The logger daemon probably doesn't like what you're sending it. Reverse engineering what is supposed to be passed would be A solution, bu the easiest solution is probably to make your own perlxs binds to the C lib that allows for logging. You need only one function. Good luck!
AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.

Replies are listed 'Best First'.
Re: Re: syslog logging
by snafu (Chaplain) on Apr 17, 2001 at 00:33 UTC
    Wow. This is something totally new to me. I will have to read up on it. For now, I think I will stick with the system() but I know I will be checking into this perlxs more. I am going to have to study this man page.

    Thanks Agent!

    ----------
    - Jim