Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The current LoggingObject base class breaks the "composition over inheritance" principle. A more standard logging pattern is to use a separate logger instance:
private static final Log log = LogFactory.getLog(ThisClass.class);