Class AsyncErrorLogger
java.lang.Object
io.deephaven.engine.table.impl.util.AsyncErrorLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Table
static void
init()
static void
log
(Instant time, TableListener.Entry entry, TableListener.Entry sourceEntry, Throwable originalException)
-
Constructor Details
-
AsyncErrorLogger
public AsyncErrorLogger()
-
-
Method Details
-
init
public static void init() -
getErrorLog
-
log
public static void log(Instant time, @Nullable TableListener.Entry entry, @Nullable TableListener.Entry sourceEntry, Throwable originalException)
-