Frames | No Frames |
Methods with parameter type java.util.logging.LogRecord | |
String | |
boolean |
Methods with parameter type java.util.logging.LogRecord | |
String | Formats a LogRecord into a string. |
String | Formats a log record into a String.
|
String | |
String | Formats the message part of a log record.
|
boolean | Determines whether a LogRecord should be published or discarded.
|
boolean | Checks whether a LogRecord would be logged
if it was passed to this Handler for publication.
|
boolean | Checks whether or not a LogRecord would be logged
if it was passed to this StreamHandler for publication.
|
void | Passes a record to registered handlers, provided the record
is considered as loggable both by isLoggable(Level)
and a possibly installed custom filter .
|
void | Publishes a LogRecord to the console, provided the
record passes all tests for being loggable.
|
void | Publishes a LogRecord to an appropriate sink,
provided the record passes all tests for being loggable. |
void | Publishes a LogRecord to an appropriate sink,
provided the record passes all tests for being loggable. |
void | Stores a LogRecord in a fixed-size circular buffer,
provided the record passes all tests for being loggable. |
void | Publishes a LogRecord to the network socket,
provided the record passes all tests for being loggable.
|
void | Publishes a LogRecord to the associated output
stream, provided the record passes all tests for being loggable.
|