Class: OverSIP::SysLoggerProcess::SysLoggerWatcher

Inherits:
EM::PosixMQ::Watcher
  • Object
show all
Defined in:
lib/oversip/syslogger_process.rb

Instance Method Summary collapse

Instance Method Details

#receive_message(string, priority) ⇒ Object



19
20
21
# File 'lib/oversip/syslogger_process.rb', line 19

def receive_message string, priority
  ::OverSIP::Syslog.log string
end