Uses of Class
java.util.logging.LogRecord
| Package | Description |
|---|---|
| java.util.logging |
-
Uses of LogRecord in java.util.logging
Methods in java.util.logging with parameters of type LogRecord Modifier and Type Method Description abstract StringFormatter. format(LogRecord r)Converts aLogRecordobject into a string representation.StringSimpleFormatter. format(LogRecord r)Converts aLogRecordobject into a human readable string representation.StringXMLFormatter. format(LogRecord r)Converts aLogRecordinto an XML string.StringFormatter. formatMessage(LogRecord r)Formats aLogRecordobject into a localized string representation.booleanFilter. isLoggable(LogRecord record)Checksrecordto determine if it should be logged.booleanHandler. isLoggable(LogRecord record)Determines whether the supplied log record needs to be logged.booleanMemoryHandler. isLoggable(LogRecord record)Check if givenLogRecordwould be put into thisMemoryHandler's internal buffer.booleanStreamHandler. isLoggable(LogRecord record)Determines whether the supplied log record needs to be logged.voidLogger. log(LogRecord record)Logs a given log record.voidConsoleHandler. publish(LogRecord record)Logs a record if necessary.voidFileHandler. publish(LogRecord record)Publish aLogRecord.abstract voidHandler. publish(LogRecord record)Accepts a logging request and sends it to the the target.voidMemoryHandler. publish(LogRecord record)Put a givenLogRecordinto internal buffer.voidSocketHandler. publish(LogRecord record)Logs a record if necessary.voidStreamHandler. publish(LogRecord record)Accepts a logging request.