cancel
Showing results for 
Search instead for 
Did you mean: 

Logging in a custom action

adrianblakey
Champ in-the-making
Champ in-the-making
What's the best way to log messages from a custom action?

Is it just a case of including commons logging private static final Log log = LogFactory.getLog(App.class);
and doing the log.debug etc, or is there something more to it?
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Yes, it can be as simple as that.