It seems I can solve my custom pattern + html layout dilemma with a custom layout. I extended the log4j HTMLLayout class and overrode the format and getHeader methods. In the getHeader method, I return everything as in the log4j HTMLLayout class header, except I return the different column headings I need. In the format method, I return the custom row to match the columns.
There are two thing I haven't done yet. 1) Override the Log session start time timestamp. Its in header, so I probably generate it each time I answer getHeader() invokes. 2) The column widths act a little screwy. They stay fixed with the log4j HTMLLayout, but in my custom class they resize according to how the format written out. I need to research HTML tables a little. Can anyone think of something that might bite me using this custom layout class? -S --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
