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

[log4perl-devel] Structured logging in log4perl

2013-03-14 Thread Dmitry Bigunyak
Hi there! I was searching the mailing-list history but didn't find any topics related to the subject I'd like to discuss. Maybe I didn't look close enough, sorry if so. Anyway, the subject I want to discuss is how to use log4perl for structured logging. There are a couple of modules on CPAN rela