• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmarks/H16-Dec-2019-333253

fallback/H16-Dec-2019-144134

lib/Log/Syslog/H16-Dec-2019-706282

t/H16-Dec-2019-1,115809

ChangesH A D16-Dec-20196.4 KiB139138

Fast.xsH A D12-Nov-20193.8 KiB215189

Log-Syslog-Fast.specH A D12-Nov-20193.4 KiB11888

LogSyslogFast.cH A D16-Dec-201912.5 KiB480357

LogSyslogFast.hH A D16-Dec-20192.3 KiB6343

MANIFESTH A D16-Dec-20191 KiB4847

MANIFEST.SKIPH A D12-Nov-201949 65

META.jsonH A D16-Dec-20191.2 KiB5150

META.ymlH A D16-Dec-2019750 2726

Makefile.PLH A D12-Nov-20191.8 KiB5144

READMEH A D16-Dec-2019837 2919

ppport.hH A D12-Nov-201929.1 KiB1,099727

typemapH A D12-Nov-2019927 2724

README

1Log-Syslog-Fast version 0.67
2============================
3
4This module sends syslog messages over a network socket. It works like
5Sys::Syslog in setlogsock's 'udp', 'tcp', or 'unix' modes, but without
6the significant CPU overhead of that module when used for high-volume
7logging. Use of this specialized module is only recommended if 1) you
8must use network syslog as a messaging transport but 2) need to minimize
9the time spent in the logger.
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20COPYRIGHT AND LICENCE
21
22Copyright (C) 2009-2011 by Say Media, Inc.
23
24This library is free software; you can redistribute it and/or modify
25it under the same terms as Perl itself, either Perl version 5.8.5 or,
26at your option, any later version of Perl 5 you may have available.
27
28
29