Module: AntiSyslogLogger

Defined in:
lib/antisyslog.rb

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.new(remote_hostname, remote_port, options = {}) ⇒ Object



267
268
269
# File 'lib/antisyslog.rb', line 267

def self.new(remote_hostname, remote_port, options = {})
  Logger.new(AntisyslogSender.new(remote_hostname, remote_port, options))
end