Class: Lsslog::Services::V2::Log

Inherits:
Base
  • Object
show all
Defined in:
lib/lsslog/services/v2/log.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

call, #initialize

Constructor Details

This class inherits a constructor from Lsslog::Services::V2::Base

Instance Method Details

#call(message) ⇒ Object



5
6
7
# File 'lib/lsslog/services/v2/log.rb', line 5

def call(message)
  client.log(Lsslog::LogVer2.new(message))
end