Searched defs:LogBuffer (Results 1 – 5 of 5) sorted by relevance
71 class LogBuffer class
99 private static final class LogBuffer<T extends Data> extends RingBuffer<T> { class in BroadcastResponseStatsLogger101 LogBuffer(Supplier<T> newItem, IntFunction<T[]> newBacking, int capacity) { in LogBuffer() method in BroadcastResponseStatsLogger.LogBuffer
177 private fun LogBuffer.getStringBuffer(): String { in LogBuffer() method
538 private fun LogBuffer.i(initializer: MessageInitializer = {}, printer: MessagePrinter) = in ensureMinUptime() method541 private fun LogBuffer.e(message: String, exception: Throwable? = null) = method
426 private final static class LogBuffer extends RingBuffer<Data> { class in NetworkPolicyLogger431 public LogBuffer(int capacity) { in LogBuffer() method in NetworkPolicyLogger.LogBuffer