Mike Schilli wrote:
> Hmm. First off, in your configuration is no appender named
> 'updatedevice.html', so appender_by_name will return undef. Even if
The intention there was to make sure it wasn't still alive (left off
from an unfinished execution of this same code) before calling
add_appender ag
On Thu, 7 Jun 2007, Carlos Vicente wrote:
> First of all, thanks a lot for this great module!
You're welcome :).
> ... and then I add appenders as needed, via the API: In a Mason
> ...
> # Notice that I intentionally undef the object in order to call
> DESTROY and make sure the string
>
Hi,
First of all, thanks a lot for this great module!
I'm working on a project with libraries accessible via both a web
front-end (HTML::Mason, mod_perl) and command line scripts.
Most of the logging is intended for Syslog, but in some cases I
temporarily use the Screen appender (command-line) an