Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8248802

Add log helper methods to FontUtilities.java

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • client-libs
    • None
    • 2d
    • b08
    • generic
    • generic

    Description

      We have a lot of font logging calls in java.desktop that looks similar to this :

              if (FontUtilities.isLogging()) {
                  FontUtilities.getLogger().info("Here comes my important info");
              }

      This could be simplified by adding static log methods to FontUtilities.java .

      Attachments

        Activity

          People

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: