Interface LogSink.Interceptor<T extends LogSink.Element>

All Known Implementing Classes:
LogBufferInterceptor
Enclosing interface:
LogSink<T extends LogSink.Element>

public static interface LogSink.Interceptor<T extends LogSink.Element>
An interceptor is called with each element logged, *and* with the formatted output. It will receive buffers that are flipped, and should not change the position or limit of these buffers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    element(T e, io.deephaven.base.log.LogOutput output)
     
  • Method Details