class SemanticLogger::SyncProcessor

def flush

def flush
  @monitor.synchronize { @appenders.flush }
end