The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:syslog"

Sys::Syslog - Perl interface to the UNIX syslog(3) calls River stage four • 61 direct dependents • 1700 total dependents

"Sys::Syslog" is an interface to the UNIX syslog(3) program. Call "syslog()" with a string priority and a list of "printf()" args just like syslog(3)....

SAPER/Sys-Syslog-0.36 - 21 Oct 2019 22:41:02 UTC

Net::Syslog - Perl extension for sending syslog messages directly to a remote syslogd. River stage one • 2 direct dependents • 2 total dependents

Net::Syslog implements the intra-host syslog forwarding protocol. It is not intended to replace the Sys::Syslog or Unix::Syslog modules, but instead to provide a method of using syslog when a local syslogd is unavailable or when you don't want to wri...

LHOWARD/Net-Syslog-0.04 - 23 Oct 2010 15:21:29 UTC

Unix::Syslog - Perl interface to the UNIX syslog(3) calls River stage two • 10 direct dependents • 16 total dependents

This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right ...

MHARNISCH/Unix-Syslog-1.1 - 18 May 2008 19:30:30 UTC

Carp::Syslog - Send warn and die messages to syslog River stage zero No dependents

I got tired of writing this all the time: use Sys::Syslog; use File::Basename qw( basename ); BEGIN { openlog( basename($0), 'pid', 'local1' ); $SIG{'__WARN__'} = sub { syslog( 'warning', @_ ); warn @_ }; $SIG{'__DIE__'} = sub { syslog( 'err', @_ ); ...

CGRAU/Carp-Syslog-0.01 - 18 Aug 2012 00:10:26 UTC

Parse::Syslog - Parse Unix syslog files River stage one • 2 direct dependents • 2 total dependents

Unix syslogs are convenient to read for humans but because of small differences between operating systems and things like 'last message repeated xx times' not very easy to parse by a script. Parse::Syslog presents a simple interface to parse syslog f...

DSCHWEI/Parse-Syslog-1.10 - 31 Dec 2007 08:43:46 UTC

Razor2::Syslog - Syslog support for Razor2 River stage zero No dependents

This module has been derived from Net::Syslog. Some optimizations were made to Net::Syslog, in particular support for keeping a socket open. What follows is the documentation for Net::Syslog, which completely applies to this module. Net::Syslog imple...

TODDR/Razor2-Client-Agent-2.86 - 03 Jun 2019 23:05:18 UTC

Logger::Syslog - an intuitive wrapper over Syslog for Perl River stage zero No dependents

You want to deal with syslog, but you don't want to bother with Sys::Syslog, that module is for you. Logger::Syslog takes care of everything regarding the Syslog communication, all you have to do is to use the function you need to send a message to s...

SUKRIA/Logger-Syslog-1.1 - 27 Nov 2006 08:55:37 UTC

lib/Tie/Syslog.pm River stage one • 1 direct dependent • 1 total dependent

KROMG/Tie-Syslog-2.04.03 - 30 Apr 2014 07:22:50 UTC

lib/BlankOnDev/syslog.pm River stage zero No dependents

YUSRIDEB/BlankOnDev-0.1005 - 16 Jun 2017 18:30:40 UTC

Sys::Syslog::OO - Thin object-oriented wrapper around Sys::Syslog::OO River stage zero No dependents

Thin OO-wrapper around Sys::Syslog. Why? Less chance of mis-typing log levels and less noisy code. Can also be used with multiple-inheritence to add logging to a new or existing class....

MAXSCHUBE/Sys-Syslog-OO-1.00 - 14 Mar 2009 04:15:19 UTC

Log::Syslog::Fast - Perl extension for sending syslog messages over TCP, UDP, or UNIX sockets with minimal CPU overhead. River stage one • 3 direct dependents • 3 total dependents

This module sends syslog messages over a network socket. It works like Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without the significant CPU overhead of that module when used for high-volume logging. Use of this specialized modul...

ATHOMASON/Log-Syslog-Fast-0.67 - 16 Dec 2019 21:12:53 UTC

Mojo::Log::Syslog - syslog for Mojo projects River stage zero No dependents

Syslog-based logger for Mojo applications....

SGRAY/Mojo-Log-Syslog-1.03 - 13 Feb 2021 09:20:43 UTC

VUser::Log::Syslog - Syslog log module River stage two • 13 direct dependents • 13 total dependents

Sends vuser logs to syslog. This will probably not work on Windows systems....

RSMITH/vuser-0.5.0 - 04 Feb 2009 05:43:58 UTC

MojoX::Log::Syslog - Blah blah blah River stage zero No dependents

MojoX::Log::Syslog provies a Mojo::Log implementation that uses Sys::Syslog as the underlying log mechanism. LOG LEVELS Mojo::Log's fatal() processed same as error() because Sys::Syslog doesn't support that log level....

FAYLAND/MojoX-Log-Syslog-0.01 - 12 Jun 2016 05:21:19 UTC

Sys::Syslog::Win32 - Win32 support for Sys::Syslog River stage four • 61 direct dependents • 1700 total dependents

This module is a back-end plugin for "Sys::Syslog", for supporting the Win32 event log. It is not expected to be directly used by any module other than "Sys::Syslog" therefore it's API may change at any time and no warranty is made with regards to ba...

SAPER/Sys-Syslog-0.36 - 21 Oct 2019 22:41:02 UTC

No::Worries::Syslog - syslog handling without worries River stage one • 6 direct dependents • 7 total dependents

This module eases syslog handling by providing convenient wrappers around standard syslog functions. The functions provide a thin layer on top of Sys::Syslog to make it easier and safer to use. All the functions die() on error and the strings passed ...

LCONS/No-Worries-1.7 - 15 Oct 2021 07:10:13 UTC

POE::Filter::Syslog - syslog parser River stage one • 2 direct dependents • 2 total dependents

This module follows the POE::Filter specification. Actually, it technically supports both the older specification ("get") and the newer specification ("get_one"). If, at some point, POE deprecates the older specification, this module will drop suppor...

BINGOS/POE-Component-Server-Syslog-1.22 - 02 Mar 2017 18:03:02 UTC

Parse::Syslog::Line - Simple syslog line parser River stage one • 4 direct dependents • 5 total dependents

BLHOTSKY/Parse-Syslog-Line-5.0 - 14 Nov 2022 17:02:01 UTC

Parse::Syslog::Mail - Parse mailer logs from syslog River stage zero No dependents

As its names implies, "Parse::Syslog::Mail" presents a simple interface to gather mail information from a syslog file. It uses "Parse::Syslog" for reading the syslog, and offer the same simple interface. Currently supported log formats are: Sendmail,...

SAPER/Parse-Syslog-Mail-0.17 - 11 Sep 2008 00:24:36 UTC

Net::Fastly::Syslog - Representation of an endpoint to stream syslogs to River stage one • 2 direct dependents • 2 total dependents

FASTLY/Net-Fastly-1.12 - 03 Sep 2020 20:15:28 UTC
77 results (0.034 seconds)