Method: Logtail::LogEntry#to_json

Defined in:
lib/logtail/log_entry.rb

#to_json(options = {}) ⇒ Object



87
88
89
# File 'lib/logtail/log_entry.rb', line 87

def to_json(options = {})
  to_hash.to_json
end