class

Quartz::TUI::Views::LogView::RingBackend

Inherits Log::Backend < Reference < Object

Backend that simply appends formatted lines to a ring buffer.

Constructors

new(capacity : Int32 = DEFAULT_CAPACITY)
Source

Instance methods

capacity
Source
clear
Source
lines
Source
write(entry : ::Log::Entry) : Nil

Writes the entry to this backend.

Source