I am working on a project that requires logging for two purposes:
1.  logging system level errors, warnings, etc.. (WARN, ERROR, DEBUG)
2.  logging application specific events.  (User X did this)

Will the best approach be to use WARN, DEBUG, ERROR for the system level 
events and use INFO for the application specific event, or is there a 
way to use the packaged Category class for system level events and use a 
new subclass of Category to handle application specific events.  

Any input would be helpful.

Mark Lepak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to