Method: VCAP::Logging::Sink::SyslogSink#close
- Defined in:
- lib/vcap/logging/sink/syslog_sink.rb
#close ⇒ Object
47 48 49 50 51 52 53 54 55 |
# File 'lib/vcap/logging/sink/syslog_sink.rb', line 47 def close @mutex.synchronize do if @opened @syslog.close @syslog = nil @opened = false end end end |