Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-524

Drop LoggingObject

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.8.0-incubator
    • 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);

      Attachments

        1. PDFBOX-524.patch
          53 kB
          Jukka Zitting

        Activity

          People

            jukkaz Jukka Zitting
            jukkaz Jukka Zitting
            Votes:
            2 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: