I'm using log4j, but i cannot decide where to place the log-statements.. 
For instance when a user adds an account.

My options are: 
- in the ActionClasses. (This seems to be the common approach, but then
there's logstatements in the "Controller" part, which seems not that
logic to me). So here the logstatement would be in the AddAccountAction
class.
- in the BusinessLogic. So here the log-statement would be in the
AccountHandler.addAccount(..) method or something.

Where do you put your logstatements, and why do you put them in the
actionclasses (if you do so:) )?

Thanks for your time,
koen




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

Reply via email to