- getAnonymousLogger() - Static method in class java.util.logging.Logger
-
Each call to this method creates a new Logger.
- getGlobal() - Static method in class java.util.logging.Logger
-
Get the logger with the name Logger.GLOBAL_LOGGER_NAME.
- getLevel() - Method in class java.util.logging.Logger
-
Get the current level of this Logger.
- getLevel() - Method in class java.util.logging.LogRecord
-
Get the logging message level.
- getLogger(String) - Static method in class java.util.logging.Logger
-
Find or create a logger.
- getLogger(String) - Method in class java.util.logging.LogManager
-
Find a named logger.
- getLoggerName() - Method in class java.util.logging.LogRecord
-
Get the name of the logger that logged this LogRecord.
- getLoggerNames() - Method in class java.util.logging.LogManager
-
Get an enumeration of known logger names.
- getLogManager() - Static method in class java.util.logging.LogManager
-
Returns the LogManager object.
- getMessage() - Method in class java.util.logging.LogRecord
-
Get the raw log message.
- getMillis() - Method in class java.util.logging.LogRecord
-
Get event time in milliseconds since 1970.
- getName() - Method in class java.util.logging.Level
-
Return the name of the level.
- getName() - Method in class java.util.logging.Logger
-
Get the name of this logger.
- getParent() - Method in class java.util.logging.Logger
-
Get the parent of this logger.
- getSequenceNumber() - Method in class java.util.logging.LogRecord
-
Get the sequence number of the LogRecord.
- getThrown() - Method in class java.util.logging.LogRecord
-
Get the throwable associated with this log record, if any.
- GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
-
This is a name for the global logger.