Versions in this module Expand all Collapse all v2 v2.1.1 Feb 25, 2022 Changes in this version + func New(size int) logbuffer.LogBuffer + type LogQueue struct + func (lq *LogQueue) Pop() (log.Log, error) + func (lq *LogQueue) Push(log log.Log) error + func (lq *LogQueue) Size() int