Lines Matching refs:logging

45 import sun.util.logging.PlatformLogger;
57 * @modules java.base/sun.util.logging java.base/jdk.internal.logger
103 static final sun.util.logging.PlatformLogger.Level[] julLevels = {
104 sun.util.logging.PlatformLogger.Level.ALL,
105 sun.util.logging.PlatformLogger.Level.FINEST,
106 sun.util.logging.PlatformLogger.Level.FINER,
107 sun.util.logging.PlatformLogger.Level.FINE,
108 sun.util.logging.PlatformLogger.Level.CONFIG,
109 sun.util.logging.PlatformLogger.Level.INFO,
110 sun.util.logging.PlatformLogger.Level.WARNING,
111 sun.util.logging.PlatformLogger.Level.SEVERE,
112 sun.util.logging.PlatformLogger.Level.OFF,
127 final static Map<sun.util.logging.PlatformLogger.Level, Level> julToSpiMap;
129 Map<sun.util.logging.PlatformLogger.Level, Level> map = new HashMap<>();
694 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
719 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
740 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
759 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
777 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
797 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
818 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
839 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
860 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
881 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
903 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
921 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
939 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
957 for (sun.util.logging.PlatformLogger.Level messageLevel :julLevels) {
1003 final static RuntimePermission ACCESS_LOGGING = new RuntimePermission("accessClassInPackage.sun.util.logging");