class SemanticLogger::Appender::Async

def capped?

Returns [true|false] if the queue has a capped size.
def capped?
  @capped
end