module Logging::Appenders

Public Class Methods

stackify(*args) click to toggle source
# 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