| Usage logging including time taken to run report... |
|
Comment by bayard [ Wed, 22 Dec 2004 11:48:39 -0800 (PST) ] |
ReportRunnerServlet writes to a log file, rrr.log.
Then there's a rrr.xml report file that is added to the reportrunner.xml. It uses rrr.log as a resource.
Custom report that turns the rrr.log into a Report object. |
|
Comment by bayard [ Thu, 23 Dec 2004 14:06:24 -0800 (PST) ] |
The rrr.log file is made nicely. Needs to have a header.
CsvReport is written, though the resource finding part is yet to be figured out. |
|
Comment by bayard [ Wed, 29 Dec 2004 10:06:11 -0800 (PST) ] |
| LogQL. Maybe use the perl log.rules scripts I wrote as a design. Regexp should be of use here. Where clause, ordering, grouping is the tricky one. |