[ https://issues.apache.org/jira/browse/PDFBOX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754272#action_12754272 ]
Philipp Koch commented on PDFBOX-524: ------------------------------------- +1 for the proposed change! > Drop LoggingObject > ------------------ > > Key: PDFBOX-524 > URL: https://issues.apache.org/jira/browse/PDFBOX-524 > Project: PDFBox > Issue Type: Improvement > Reporter: Jukka Zitting > Priority: Minor > Attachments: PDFBOX-524.patch > > > 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); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.