Method Summary |
|
public void | close() Close the Handler and free all associated resources. |
public void | flush() Flush any buffered output. |
public Object | getAttribute(String n) It retrieves the value of an attribute value of the handler. |
public String[] | getAttributeNames() |
public String | getEncoding() Return the character encoding for this Handler. |
public Filter | getFilter() Get the current Filter for this Handler. |
public Formatter | getFormatter() Return the Formatter for this Handler. |
public java.util.logging.Level | getLevel() Get the log level specifying which messages will be logged by this Handler. |
public String | getName() |
public String | getType() |
public boolean | isLoggable(LogRecord record) Check if this Handler would actually log a given LogRecord. |
public void | publish(LogRecord record) Publish a LogRecord. |
public Object | setAttribute(String _name, Object value) It assigns an attributte to the handler. |
public void | setEncoding(String encoding) Set the character encoding used by this Handler. |
protected void | setException(Exception exception) Set the most recent IO exception. |
public void | setFilter(Filter newFilter) Set a Filter to control output on this Handler. |
public void | setFormatter(Formatter newFormatter) Set a Formatter. |
public void | setLevel(java.util.logging.Level newLevel) Set the log level specifying which message levels will
be logged by this Handler. |
public void | setName(String name) |