NAME
App::bif::LAA - Simple adapter for logging to current filehandle
VERSION
0.1.5_3 (2015-06-30)
SYNOPSIS
use Log::Any::Adapter ('+App::bif::LAA');
# or
use Log::Any::Adapter;
...
Log::Any::Adapter->set('+App::bif::LAA');
DESCRIPTION
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.
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2014-2015 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.