Method: Logtail::LogEntry#to_msgpack

Defined in:
lib/logtail/log_entry.rb

#to_msgpack(*args) ⇒ Object



91
92
93
# File 'lib/logtail/log_entry.rb', line 91

def to_msgpack(*args)
  to_hash.to_msgpack(*args)
end