1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Don't include Forwardable into Rackstash::Logger anymore, we are not using it

This commit is contained in:
Holger Just 2017-07-21 17:12:46 +02:00
parent cce94b70ed
commit 5213574ec7

View File

@ -6,7 +6,6 @@
# of the MIT license. See the LICENSE.txt file for details.
require 'concurrent'
require 'forwardable'
require 'rackstash/buffer_stack'
require 'rackstash/formatter'
@ -18,8 +17,6 @@ module Rackstash
# very similar to the Logger class in Ruby's Stamdard Library but extends it
# with facilities for structured logging.
class Logger
extend Forwardable
# Logging formatter, a `Proc`-like object which take four arguments and
# returns the formatted message. The arguments are:
#