# Functions
NewLogBuffer return a new BufferLog.
NewRingBuffer creates new RingBuffer.
# Variables
ErrClosed is used to indicate the ringbuffer has been closed.
# Structs
LogBuffer is uses to cache the container's logs with ringBuffer.
RingBuffer implements a fixed-size buffer which will drop oldest data if full.