Package tigase.db.util
Class SchemaManagerLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- tigase.db.util.SchemaManagerLogHandler
-
public class SchemaManagerLogHandler extends Handler
- Author:
- andrzej
-
-
Constructor Summary
Constructors Constructor Description SchemaManagerLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()Optional<String>getMessage()LogRecordpoll()voidpublish(LogRecord record)-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Method Detail
-
close
public void close() throws SecurityException- Specified by:
closein classHandler- Throws:
SecurityException
-
poll
public LogRecord poll()
-
-