Esmith::Logger
From SME Server
Jump to navigationJump to search
esmith::Logger(3) User Contributed Perl Documentation esmith::Logger(3)
NAME
esmith::Logger - A filehandle abstraction around Syslog.
SYNOPSIS
use esmith::Logger;
tie *FH, 'esmith::Logger'; print FH "log message"; close FH;