- setLevel(Level) - Method in class java.util.logging.Logger
-
Set the specified Level to the Logger.
- setLevel(Level) - Method in class java.util.logging.LogRecord
-
Set the logging message level.
- setLoggerName(String) - Method in class java.util.logging.LogRecord
-
Set the source logger's name.
- setMessage(String) - Method in class java.util.logging.LogRecord
-
Set the raw log message.
- setMillis(long) - Method in class java.util.logging.LogRecord
-
Set event time of the LogRecord.
- setThrown(Throwable) - Method in class java.util.logging.LogRecord
-
Set the throwable associated with this log record.
- SEVERE - Static variable in class java.util.logging.Level
-
SEVERE is a message level indicating a serious failure.
- severe(String) - Method in class java.util.logging.Logger
-
Log a SEVERE message.