Module: Logging::Appenders

Defined in:
lib/logging/appenders/stackify.rb

Defined Under Namespace

Classes: StackifyRubyLogging

Class Method Summary collapse

Class Method Details

.stackify(*args) ⇒ Object



5
6
7
8
# File 'lib/logging/appenders/stackify.rb', line 5

def self.stackify(*args)
  return ::Logging::Appenders::StackifyRubyLogging if args.empty?
  ::Logging::Appenders::StackifyRubyLogging.new(*args)
end