|
NAMENet::DRI::Logging::Syslog - SYSLOG Logging Operations for Net::DRIVERSIONThis documentation refers to Net::DRI::Logging::Syslog version 1.01Read e.g. with pod2text Net/DRI/Logging/Syslog.pm|less SYNOPSISSee Net::DRI::LoggingDESCRIPTIONThis class dumps all logging information to SYSLOG.EXAMPLES$dri=Net::DRI->new({cache_ttl => 10, logging => ['syslog', { level => 'warning', xml_indent => 0, ident => 'NetDRI', priority => 'info', facility => 'local3', options => 'pid,nofatal', logopened => 0 } ] }); The values above are the default
SUBROUTINES/METHODSAll mandated by superclass Net::DRI::Logging.DIAGNOSTICSNone.CONFIGURATION AND ENVIRONMENTNone.DEPENDENCIESThis modules has to be used inside the Net::DRI framework and needs the following components:Sys::Syslog
INCOMPATIBILITIESNoneBUGS AND LIMITATIONSNo known bugs. Please report problems to author (see below) or use CPAN RT system. Patches are welcome.SUPPORTFor now, support questions should be sent to:<netdri@jth.net> Please also see the SUPPORT file in the distribution. SEE ALSO<http://www.dotandco.com/services/software/Net-DRI/>AUTHORJørgen Thomsen, <netdri@jth.net>LICENSE AND COPYRIGHTCopyright (c) 2009 Jørgen Thomsen <netdri@jth.net>. All rights reserved.This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the LICENSE file that comes with this distribution for more details. POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |