Package io.deephaven.util
Class BridgingLogHandler
java.lang.Object
java.util.logging.Handler
io.deephaven.util.BridgingLogHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendPendingLogRecord(LogOutput logOutput, io.deephaven.util.BridgingLogHandler.PendingLogRecord pendingLogRecord) voidclose()voidflush()voidstatic voidsetFlushPendingOnShutdown(boolean v) static voidMethods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
BridgingLogHandler
public BridgingLogHandler()
-
-
Method Details
-
setFlushPendingOnShutdown
public static void setFlushPendingOnShutdown(boolean v) -
setLogger
-
appendPendingLogRecord
public static void appendPendingLogRecord(LogOutput logOutput, io.deephaven.util.BridgingLogHandler.PendingLogRecord pendingLogRecord) -
publish
-
flush
public void flush() -
close
- Specified by:
closein classHandler- Throws:
SecurityException
-