NAME
    Log::Log4perl::Appender::Win32EventLog - Log4perl log to WinNT event logs

SYNOPSIS
      use Log::Log4perl;

      my $config = qq{
        log4perl.logger.whatever     = INFO, EventLog

        log4perl.appender.EventLog   = Log::Log4perl::Appender::Win32EventLog
        log4perl.appender.EventLog.layout = Log::Log4perl::Layout::SimpleLayout
        log4perl.appender.EventLog.source = MySource
      };

      Log::Log4perl::init( \$config );

DESCRIPTION
    Use Log4perl to post to the Windows NT event logs. See the Log::Log4perl
    documentation for more information.

SEE ALSO
      Log::Log4perl
      Log::Dispatch::Win32::EventLog
      Win32::EventLog
      Win32::EventLog::Carp

AUTHOR
    Robert Rothenberg <rrwo at cpan.org>

  Suggestions and Bug Reporting
    Feedback is always welcome. Please use the CPAN Request Tracker at
    <http://rt.cpan.org> to submit bug reports.

LICENSE
    Copyright (c) 2004 Robert Rothenberg. All rights reserved. This program
    is free software; you can redistribute it and/or modify it under the
    same terms as Perl itself.

