Drop LoggingObject ------------------ Key: PDFBOX-524 URL: https://issues.apache.org/jira/browse/PDFBOX-524 Project: PDFBox Issue Type: Improvement Reporter: Jukka Zitting Priority: Minor
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.