Lines Matching defs:logging

27 package java.util.logging;
47 * <li> Manages a set of logging control properties. These are
49 * other logging objects to configure themselves.
57 * java.util.logging.manager system property.
60 * a properties file "lib/logging.properties" in the JRE directory.
61 * If you edit that property file you can change the default logging
67 * <li>"java.util.logging.config.class"
68 * <li>"java.util.logging.config.file"
74 * If the "java.util.logging.config.class" property is set, then the
82 * If "java.util.logging.config.class" property is <b>not</b> set,
83 * then the "java.util.logging.config.file" system property can be used
85 * initial logging configuration will be read from this file.
89 * a properties file "lib/logging.properties" in the JRE directory.
94 * The global logging properties may include:
112 * handling the logging message itself, this often result in messages
115 * no logging messages are delivered.
121 * may execute arbitrary code to update the logging configuration, such as
177 cname = System.getProperty("java.util.logging.manager");
296 // Platform loggers begin to delegate to java.util.logging.Logger
297 sun.util.logging.PlatformLogger.redirectPlatformLoggers();
302 // System.err.println("Can't read logging configuration:");
311 * Adds an event listener to be invoked when the logging
773 // be made based on the logging configuration, which can
1000 * find Loggers for security sensitive logging.
1035 * Reinitialize the logging properties and reread the logging configuration.
1038 * as are used at startup. So normally the logging properties will
1054 String cname = System.getProperty("java.util.logging.config.class");
1058 // responsibility to initialize the logging configuration, by
1076 String fname = System.getProperty("java.util.logging.config.file");
1083 f = new File(f, "logging.properties");
1098 * Reset the logging configuration.
1182 * Reinitialize the logging properties and reread the logging configuration
1229 * Get the value of a logging property.
1362 * Check that the current context is trusted to modify the logging
1471 * for the logging facility.
1474 * @see java.util.logging.LoggingMXBean
1479 = "java.util.logging:type=Logging";
1487 * PlatformLoggingMXBean logging = {@link java.lang.management.ManagementFactory#getPlatformMXBean(Class)