The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XAS::Logmon::Input::Tail::Win32 - A mixin for Win32 specific file tailing

DESCRIPTION

This method is autoloaded when running on a Win32 platform. It uses Win32::FileNotify to monitor the file.

get

Returns one line from the tailed file or undef if the file is moved or deleted.

init_notifier

Initialize Win32::FileNotify and start the file monitoring.

SEE ALSO

XAS::Logmon::Input::Tail::Default
XAS::Logmon::Input::Tail::Linux
XAS::Logmon::Input::Tail
XAS::Logmon
XAS

AUTHOR

Kevin L. Esteb, <kevin@kesteb.us>

COPYRIGHT AND LICENSE

Copyright (c) 2012-2015 Kevin L. Esteb

This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.