Difference between revisions of "Esmith::Logger"

From SME Server
Jump to navigationJump to search
(Created page with "esmith::Logger(3) User Contributed Perl Documentation esmith::Logger(3) ===NAME=== esmith::Logger - A filehandle abstraction around Syslog. ===SYNOPSIS=== ...")
(No difference)

Revision as of 23:11, 16 January 2015

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;