Esmith::Logger
Jump to navigation
Jump 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;