Does Log4J have a utility to parse it out. 1. If a DailyRolling logfile was used someone might want to parse the logs looking for special information.
I was thinking about writing a little applet that would load the data and allow the user to select what they wanted to show and not to show and spit out an excel spreadsheet or a txt file or spit out and .html file to place on a website for viewing. Although Log4J is used mostly for logging errors. I like to use the Audit level to track users performing certain tasks so I can create a user profile of the different users and what they are trying to do on my sites. This I think would help me create a site tailored towards my customers needs. 2. If an alert4J was created to parse the logs and look for specific errors to send out a page or an email when a certain error occurred (configurable). This would be too hard to do but would make things very easy for someone to include in their log4j.props file. ERROR: web-site down EMAIL:[EMAIL PROTECTED],[EMAIL PROTECTED] Just some suggestions. I wouldnt mind creating some things to make this happen. Thanks, Rob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>