Lines Matching defs:logging

27 package java.util.logging;
71 * logging configuration file, as described in the description
78 * On each logging call the Logger initially performs a cheap
81 * lower than the log level, the logging call returns immediately.
84 * a LogRecord to describe the logging message. It will then call a
91 * The named bundle will be used for localizing logging messages.
123 * The logging methods are grouped in five main categories:
150 * to determine which class and method called into the logging method.
165 * to that instance. Note that in order to intercept all logging
167 * All the other logging methods are implemented as calls on this
221 * who are making serious use of the logging package (for example
223 * with appropriate names, so that logging can be controlled on a
310 // Until all JDK code converted to call sun.util.logging.PlatformLogger
320 getBooleanProperty("sun.util.logging.disableCallerCheck");
324 getBooleanProperty("jdk.logging.allowStackWalkSearch");
355 * to also send logging output to its parent's Handlers. It will
399 * based on the LogManager and it will configured to also send logging
464 // i.e. caller of sun.util.logging.PlatformLogger.getLogger
589 * All the other logging methods in this class call through
590 * this method to actually perform any logging. Subclasses can
621 // private support method for logging.
736 * @param sourceClass name of class that issued the logging request
737 * @param sourceMethod name of method that issued the logging request
759 * @param sourceClass name of class that issued the logging request
760 * @param sourceMethod name of method that issued the logging request
786 * @param sourceClass name of class that issued the logging request
787 * @param sourceMethod name of method that issued the logging request
817 * @param sourceClass name of class that issued the logging request
818 * @param sourceMethod name of method that issued the logging request
839 // Private support method for logging for "logrb" methods.
864 * @param sourceClass name of class that issued the logging request
865 * @param sourceMethod name of method that issued the logging request
894 * @param sourceClass name of class that issued the logging request
895 * @param sourceMethod name of method that issued the logging request
927 * @param sourceClass name of class that issued the logging request
928 * @param sourceMethod name of method that issued the logging request
964 * @param sourceClass name of class that issued the logging request
965 * @param sourceMethod name of method that issued the logging request
985 // Start of convenience methods for logging method entries and returns.
995 * @param sourceClass name of class that issued the logging request
1013 * @param sourceClass name of class that issued the logging request
1034 * @param sourceClass name of class that issued the logging request
1060 * @param sourceClass name of class that issued the logging request
1079 * @param sourceClass name of class that issued the logging request
1095 * terminating by throwing an exception. The logging is done
1108 * @param sourceClass name of class that issued the logging request
1247 * can be used to turn off logging.
1281 * @param level a message logging level
1300 * Add a log Handler to receive logging messages.
1306 * @param handler a logging Handler
1322 * @param handler a logging Handler
1369 static final String SYSTEM_LOGGER_RB_NAME = "sun.util.logging.resources.logging";
1457 // If -Djdk.logging.allowStackWalkSearch=true is set,