Re: [log4perl-devel] Structured logging in log4perl

2013-03-15 Thread Lee
Sorry to reply to such a long and thoughtful e-mail with a URI, but do you think being given access to the raw data would give you sufficient means to format it? http://log4perl.sourceforge.net/releases/Log-Log4perl/docs/html/Log/Log4perl/FAQ.html#e8a46 Could you then forward the formatted data

[log4perl-devel] Error when re-initializing log4perl

2013-03-15 Thread Marc Zampetti
I have a program that configures a basic Log4perl config so that I have some sane logging until I'm able to read in the config file with the final configuration. I'm getting an error when calling Log::Log4perl->init() the second time that I cannot seem to track down. From the reading of the do

Re: [log4perl-devel] Structured logging in log4perl

2013-03-15 Thread Dmitry Bigunyak
Yes, that's actually how I see it, get the raw data, format them to a certain type and pass to an appender. As a matter of fact, this is exactly what Layouts allow me to do. I was wrong saying that they are meant to render strings only. If fact you get an array ref with all raw data inside the r