App::bif::LAA - Simple adapter for logging to current filehandle
0.1.5_8 (yyyy-mm-dd)
use Log::Any::Adapter ('+App::bif::LAA');
# or
use Log::Any::Adapter;
...
Log::Any::Adapter->set('+App::bif::LAA');
This is a simple adapter for Log::Any that logs each message to the currently selected filehandle with a newline appended. It is basically the same as Log::Any::Adapter::Stdout but does not explicitly print to STDOUT.
Mark Lawrence <nomad@null.net>
Copyright 2014-2017 Mark Lawrence <nomad@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.