NAME
Log::Any::Adapter::Journal - Adapter for Log::Any that outputs with a priority prefix that systemd's journal can parse
VERSION
version 0.10
STATUS
SYNOPSIS
use Log::Any::Adapter;
Log::Any::Adapter->set( 'Journal',
# min_level => 'debug', # default is 'warning'
# colors => { trace => 'bold yellow on_gray', ... }, # customize colors
# use_color => 1, # force color even when not interactive
# stderr => 0, # print to STDOUT instead of the default STDERR
# formatter => sub { "LOG: $_[1]" }, # default none
);
DESCRIPTION
Desciption to come...
SEE ALSO
Log::Any, Log::Any::Adapter::Journal
BUGS
Please report any bugs or feature requests on the bugtracker website http://github.com/mvgrimes/Log-Any-Adapter-Journal/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Mark Grimes <mgrimes@cpan.org>
SOURCE
Source repository is at https://github.com/mvgrimes/Log-Any-Adapter-Journal.
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Mark Grimes <mgrimes@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.