utf8;
=encoding utf8
=head1 NAME
Log::Any::Adapter::DERIV - standardised logging to STDERR and JSON file
=begin markdown
[
=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
the first line.
=cut
=head1 NAME
Log::Any::Adapter::DERIV - standardised logging to STDERR and JSON file
=begin markdown
[
=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