- or download this
use Log::Report textdomain => 'my-domain';
report trace => "{count} files", count => 10;
- or download this
use Log::Report textdomain => 'my-domain';
report trace => __x("{count} files", count => 10);
- or download this
use Log::Report textdomain => 'my-domain'
, directory => '/usr/share/locale';
- or download this
use Log::Report
destinations =>
...
, 'ERRORS-' => 'die'
, 'TRACE,INFO' => 'ignore'
];