App-Sysadmin-Log-Simple

 view release on metacpan or  search on metacpan

bin/sysadmin-log  view on Meta::CPAN


=back

Use it multiple times to set multiple key-value pairs:

    log --udp-data host=localhost --udp-data port=9002

=item B<--refresh-index>

Refresh the index of logs and exit.

=item B<--help>, --man, -?

View this documentation.

=item B<--version>

View version data.

=back

=head1 EXAMPLES

B<sysadmin-log>

Add something to today's log.

B<sysadmin-log --view --date 2011/01/01>

View the log for January 1, 2011, if it exists.

B<sysadmin-log --no-udp>

Don't send a UDP datagram while adding to today's log

B<sysadmin-log --refresh-index>

Re-generate the index page for the logs.

B<sysadmin-log --udp-data host=192.168.0.3 --udp-data port=5001>

Send the UDP datagram somewhere other than the default.

B<sysadmin-log --udp-data irc=0>

Don't apply IRC colouring to the log data send via UDP.

=head1 AVAILABILITY

The project homepage is L<http://p3rl.org/App::Sysadmin::Log::Simple>.

The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN
site near you, or see L<https://metacpan.org/module/App::Sysadmin::Log::Simple/>.

=head1 SOURCE

The development version is on github at L<http://github.com/doherty/App-Sysadmin-Log-Simple>
and may be cloned from L<git://github.com/doherty/App-Sysadmin-Log-Simple.git>

=head1 BUGS AND LIMITATIONS

You can make new bug reports, and view existing ones, through the
web interface at L<https://github.com/doherty/App-Sysadmin-Log-Simple/issues>.

=head1 AUTHOR

Mike Doherty <doherty@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Mike Doherty.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut



( run in 1.209 second using v1.01-cache-2.11-cpan-df04353d9ac )