Sha256: 6afac27d2f8dc48a83b686d34a1ec0305ad8bffd1a2b1ece47103c75b0ff911d
Contents?: true
Size: 173 Bytes
Versions: 12
Compression:
Stored size: 173 Bytes
Contents
require 'json' # JSON Log Formatter module DispatchRider module Logging class JsonFormatter def format(data) data.to_json end end end end
Version data entries
12 entries across 12 versions & 1 rubygems