class Sqreen::DefaultCB
Public Instance Methods
post(_rv, _inst, _args, _budget = nil, &_block)
click to toggle source
# File lib/sqreen/default_cb.rb, line 17 def post(_rv, _inst, _args, _budget = nil, &_block) # log "#{rv}" Sqreen.log.debug ">> #{@klass} #{@method} #{Thread.current}" end
pre(_inst, args, _budget = nil, &_block)
click to toggle source
# File lib/sqreen/default_cb.rb, line 11 def pre(_inst, args, _budget = nil, &_block) Sqreen.log.debug "<< #{@klass} #{@method} #{Thread.current}" Sqreen.log.debug args.join ' ' # log params end