java.lang.Object
java.util.logging.Handler
de.zocher_regel.util.AppLogHandler
This class makes java.logging write to the log pane.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAppLogHandler(Appendable appendable) Create a handler by which java.logging can write to the pane. -
Methodenübersicht
Von Klasse geerbte Methoden java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
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
Dummy implementation- Angegeben von:
closein KlasseHandler- Löst aus:
SecurityException
-
flush
public void flush()Dummy implementation -
publish
Format the log record and append it to the log pane.
-