mirror of
https://github.com/meineerde/rackstash.git
synced 2026-02-06 09:03:22 +00:00
Since we are using single objects from these namespaces, they are much more suitable to be named in singular than in plural.
14 lines
395 B
Ruby
14 lines
395 B
Ruby
# frozen_string_literal: true
|
|
#
|
|
# Copyright 2017 Holger Just
|
|
#
|
|
# This software may be modified and distributed under the terms
|
|
# of the MIT license. See the LICENSE.txt file for details.
|
|
|
|
require 'rackstash/encoder/hash'
|
|
require 'rackstash/encoder/json'
|
|
require 'rackstash/encoder/lograge'
|
|
require 'rackstash/encoder/logstash'
|
|
require 'rackstash/encoder/message'
|
|
require 'rackstash/encoder/raw'
|