class SemanticLogger::Appender::MongoDB
def purge_all
and recreating it.
Purge all data from the capped collection by dropping the collection
def purge_all collection.drop reopen create_indexes end
def purge_all collection.drop reopen create_indexes end