Package eu.cloudnetservice.common.log
Class AbstractHandler
java.lang.Object
java.util.logging.Handler
eu.cloudnetservice.common.log.AbstractHandler
- Direct Known Subclasses:
AcceptingLogHandler
An abstract handler implementation which only requires the extending class to overwrite
publish instead of
implementing the (mostly) unused methods flush and close as well.- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, publish, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
AbstractHandler
public AbstractHandler()
-
-
Method Details
-
flush
public void flush() -
close
- Specified by:
closein classHandler- Throws:
SecurityException
-