Module: TraceViz::Formatters::Helpers::Log::ParamsHelper
- Included in:
- Log::MethodCallFormatter
- Defined in:
- lib/trace_viz/formatters/helpers/log/params_helper.rb
Instance Method Summary collapse
Instance Method Details
#format_params(trace_data, config) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/trace_viz/formatters/helpers/log/params_helper.rb', line 10 def format_params(trace_data, config) return unless config.params[:show] params = prepare_params(trace_data.params, config) wrap_params(params, config) end |