class SemanticLogger::Appender::Syslog

def flush

Flush is called by the semantic_logger during shutdown.
def flush
  @remote_syslog.flush if @remote_syslog.respond_to?(:flush)
end