< prev index next >

src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java

Print this page
rev 60064 : 8248802: Add log helper methods to FontUtilities.java

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -538,12 +538,11 @@
                 warning(t.toString());
             }
         }
 
         if (FontUtilities.debugFonts()) {
-            PlatformLogger logger = FontUtilities.getLogger();
-            logger.info("successfully parsed the fontconfig file at " + fcFile.toString());
+            FontUtilities.logInfo("successfully parsed the fontconfig file at " + fcFile.toString());
         }
     }
 
     private static void warning(String msg) {
         PlatformLogger logger = PlatformLogger.getLogger("sun.awt.FontConfiguration");
< prev index next >