gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::Log - Logging facility of Sympa

SYNOPSIS

use Sympa::Log;

my $log = Sympa::Log->instance;
$log->openlog($facility, 'inet');
$log->{level} = 0;
$log->syslog('info', '%s: Stat logging', $$);

DESCRIPTION

TBD.

Methods

Properties

Instance of Sympa::Log has following properties.

SEE ALSO

Sys::Syslog, Sympa::DatabaseManager.

HISTORY

Database logging feature contributed by Adrien Brard appeared on Sympa 5.3.

Statistics feature appeared on Sympa 6.2.

Log module was renamed to Sympa::Log on Sympa 6.2.


The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.

Theme originally designed by orderedlist