Klasse AppLogHandler

java.lang.Object
java.util.logging.Handler
de.zocher_regel.util.AppLogHandler

final class AppLogHandler extends Handler
This class makes java.logging write to the log pane.
  • Konstruktordetails

    • AppLogHandler

      AppLogHandler(Appendable appendable)
      Create a handler by which java.logging can write to the pane.
      Parameter:
      appendable - typically the log pane
  • Methodendetails

    • close

      public void close() throws SecurityException
      Dummy implementation
      Angegeben von:
      close in Klasse Handler
      Löst aus:
      SecurityException
    • flush

      public void flush()
      Dummy implementation
      Angegeben von:
      flush in Klasse Handler
    • publish

      public void publish(LogRecord logRecord)
      Format the log record and append it to the log pane.
      Angegeben von:
      publish in Klasse Handler
      Parameter:
      logRecord - to be formatted and appended