Group
Extension

Matches 2

Log-Any-Adapter-DERIV ( D/DE/DERIV/Log-Any-Adapter-DERIV-0.009.tar.gz, DERIV, 2024; MetaCPAN )
Log-Any-Adapter-DERIV/lib/Log/Any/Adapter/DERIV.pm ( view source; MetaCPAN )
utf8;

=encoding utf8

=head1 NAME

Log::Any::Adapter::DERIV - standardised logging to STDERR and JSON file

=begin markdown

[![Test status](https://circleci.com/gh/binary-com/perl-Log-Any-Adapter-DE
dapter-DERIV)

=end markdown

=head1 SYNOPSIS

    use Log::Any;

    # print text log to STDERR, json format when inside docker container,
    # colored text format when STDERR is a tty, non-colored 
use Log::Any::Adapter ('DERIV', stderr => 'json')

    #specify the json log name
    use Log::Any::Adapter ('DERIV', json_log_file => '/var/log/program.json.log');

=head1 DESCRIPTION

Applies some o
Log-Any-Adapter-DERIV ( D/DE/DERIV/Log-Any-Adapter-DERIV-0.009.tar.gz, DERIV, 2024; MetaCPAN )
Log-Any-Adapter-DERIV/lib/Log/Any/Adapter/DERIV.pod ( view source; MetaCPAN )
the first line.

=cut

=head1 NAME

Log::Any::Adapter::DERIV - standardised logging to STDERR and JSON file

=begin markdown

[![Test status](https://circleci.com/gh/binary-com/perl-Log-Any-Adapter-DE
dapter-DERIV)

=end markdown

=head1 SYNOPSIS

    use Log::Any;

    # print text log to STDERR, json format when inside docker container,
    # colored text format when STDERR is a tty, non-colored 
use Log::Any::Adapter ('DERIV', stderr => 'json')

    #specify the json log name
    use Log::Any::Adapter ('DERIV', json_log_file => '/var/log/program.json.log');

=head1 DESCRIPTION

Applies some o

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.