module SnitchReporting

Constants

VERSION

Public Class Methods

report(log_level, *args) click to toggle source
# File lib/snitch_reporting.rb, line 7
def self.report(log_level, *args)
  ::SnitchReporting::SnitchReport.report(log_level, args)
end