Package io.deephaven.util
Class BridgingLogHandler
java.lang.Object
java.util.logging.Handler
io.deephaven.util.BridgingLogHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendPendingLogRecord
(LogOutput logOutput, io.deephaven.util.BridgingLogHandler.PendingLogRecord pendingLogRecord) void
close()
void
flush()
void
static void
setFlushPendingOnShutdown
(boolean v) static void
Methods 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:
close
in classHandler
- Throws:
SecurityException
-