Esmith::Logger

From SME Server
Revision as of 23:11, 16 January 2015 by Stephdl (talk | contribs) (Created page with "esmith::Logger(3) User Contributed Perl Documentation esmith::Logger(3) ===NAME=== esmith::Logger - A filehandle abstraction around Syslog. ===SYNOPSIS=== ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;