Uses of Class
java.util.logging.LogRecord
Package
Description
Provides the classes and interfaces of
the Java 2 platform's core logging facilities.
-
Uses of LogRecord in java.util.logging
Modifier and TypeMethodDescriptionLogRecord.setLongThreadID
(long longThreadID) Set an identifier for the thread where the message originated.Modifier and TypeMethodDescriptionabstract String
Format the given log record and return the formatted string.Format the given LogRecord.Format the given message to XML.Formatter.formatMessage
(LogRecord record) Localize and format the message string from a log record.boolean
Filter.isLoggable
(LogRecord record) Check if a given log record should be published.boolean
Handler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
.boolean
MemoryHandler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
into its internal buffer.boolean
StreamHandler.isLoggable
(LogRecord record) Check if thisHandler
would actually log a givenLogRecord
.void
Log a LogRecord.void
Publish aLogRecord
.void
Format and publish aLogRecord
.abstract void
Publish aLogRecord
.void
Store aLogRecord
in an internal buffer.void
Format and publish aLogRecord
.void
Format and publish aLogRecord
.