Lines Matching defs:Sys

1 package Sys::Syslog;
65 XSLoader::load('Sys::Syslog', $VERSION);
70 bootstrap Sys::Syslog $VERSION;
120 if (can_load("Sys::Syslog::Win32")) {
132 # Sys::Syslog v0.19 in order to address a heisenbug on MacOSX:
153 croak "Sys::Syslog::constant() not defined" if $constname eq 'constant';
513 $name = "Sys::Syslog::$name";
753 $syslog_xobj = Sys::Syslog::Win32::_install();
754 $syslog_send = \&Sys::Syslog::Win32::_syslog_send;
828 Sys::Syslog - Perl interface to the UNIX syslog(3) calls
836 use Sys::Syslog; # all except setlogsock(), or:
837 use Sys::Syslog qw(:DEFAULT setlogsock); # default set, plus setlogsock()
838 use Sys::Syslog qw(:standard :macros); # standard functions, plus macros
848 C<Sys::Syslog> is an interface to the UNIX C<syslog(3)> program.
858 C<Sys::Syslog> exports the following C<Exporter> tags:
882 By default, C<Sys::Syslog> exports the symbols from the C<:standard> tag.
984 C<Sys::Syslog> version v0.07 and older passed the C<$message> as the
1037 (added in C<Sys::Syslog> 0.15).
1042 added in C<Sys::Syslog> 0.19).
1079 (added in C<Sys::Syslog> 0.21).
1113 Now that the "native" mechanism is supported by C<Sys::Syslog> and selected
1132 I<The First Rule of Sys::Syslog is:>
1135 I<The Second Rule of Sys::Syslog is:>
1138 I<The Third Rule of Sys::Syslog is:>
1141 I<The Fourth Rule of Sys::Syslog is:>
1144 I<The Fifth Rule of Sys::Syslog is:>
1147 I<The Sixth Rule of Sys::Syslog is:>
1150 I<The Seventh Rule of Sys::Syslog is:>
1153 I<The Eighth, and Final Rule of Sys::Syslog is:>
1154 If this is your first use of Sys::Syslog, you must read the doc.
1355 provide a path, and C<Sys::Syslog> was unable to find an appropriate one.
1389 B<(W)> You asked C<setlogsock()> to use a UNIX socket, but C<Sys::Syslog>
1469 Yves Orton suggested and helped for making C<Sys::Syslog> use the native
1473 debug and polish C<Sys::Syslog> under Cygwin.
1480 L<http://rt.cpan.org/Public/Dist/Display.html?Name=Sys-Syslog>.
1489 perldoc Sys::Syslog
1497 L<http://annocpan.org/dist/Sys-Syslog>
1501 L<http://cpanratings.perl.org/d/Sys-Syslog>
1505 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Syslog>
1509 L<http://search.cpan.org/dist/Sys-Syslog/>
1513 L<http://cpan.uwinnipeg.ca/dist/Sys-Syslog>
1517 L<http://perldoc.perl.org/Sys/Syslog.html>
1543 of Sys::Syslog.
1549 $Sys::Syslog::host = '127.0.0.1';
1556 $Sys::Syslog::host = $TPC::LOGHOST;
1561 sub Sys::Syslog::hostname {}
1573 sub Sys::Syslog::hostname
1575 use Sys::Hostname;
1580 of a bug in Sys::Syslog back then?