Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Sys::Syslog and LOG_EMERG

by pileofrogs (Priest)
on Aug 11, 2006 at 22:54 UTC ( [id://566971]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Sys::Syslog qw(:standard :macros);
    Sys::Syslog::syslog(LOG_EMERG,"%s","Foo");
    
  2. or download this
    syslog: invalid level/facility: 0 at ./test.pl line 11
    
  3. or download this
    logger -p 0 -t test "Foo"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://566971]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-26 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found