mirror of
https://github.com/meineerde/rackstash.git
synced 2025-12-21 07:41:12 +00:00
Don't include Forwardable into Rackstash::Logger anymore, we are not using it
This commit is contained in:
parent
cce94b70ed
commit
5213574ec7
@ -6,7 +6,6 @@
|
|||||||
# of the MIT license. See the LICENSE.txt file for details.
|
# of the MIT license. See the LICENSE.txt file for details.
|
||||||
|
|
||||||
require 'concurrent'
|
require 'concurrent'
|
||||||
require 'forwardable'
|
|
||||||
|
|
||||||
require 'rackstash/buffer_stack'
|
require 'rackstash/buffer_stack'
|
||||||
require 'rackstash/formatter'
|
require 'rackstash/formatter'
|
||||||
@ -18,8 +17,6 @@ module Rackstash
|
|||||||
# very similar to the Logger class in Ruby's Stamdard Library but extends it
|
# very similar to the Logger class in Ruby's Stamdard Library but extends it
|
||||||
# with facilities for structured logging.
|
# with facilities for structured logging.
|
||||||
class Logger
|
class Logger
|
||||||
extend Forwardable
|
|
||||||
|
|
||||||
# Logging formatter, a `Proc`-like object which take four arguments and
|
# Logging formatter, a `Proc`-like object which take four arguments and
|
||||||
# returns the formatted message. The arguments are:
|
# returns the formatted message. The arguments are:
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user