| Author |
logging output in jsf
|
nimo frey
Ranch Hand
Joined: Jun 28, 2008
Posts: 580
|
|
does anyone know a (easy) way to output the logs (which I get it via log4j) into a JSF-Site?
I know, I can use HTMLLayout of log4j, but is this the only way?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
No, logging appenders are plug-in components. If you don't like HTMLLayout, and Google doesn't offer anything you find preferable, you can always write your own.
Just in case you thought there was some "magic" here, I should mention that a straight text appender can be used if you want to. The logfile is simply served up as MIME type text/text in the same way any other text file would be.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: logging output in jsf
|
|
|