Class: TraceViz::Formatters::Log::VerboseFormatter

Inherits:
BaseFormatter show all
Includes:
Helpers::Log::DepthHelper, Helpers::Log::MethodNameHelper
Defined in:
lib/trace_viz/formatters/log/verbose_formatter.rb

Direct Known Subclasses

MethodCallFormatter, MethodReturnFormatter

Method Summary

Methods included from Helpers::Log::MethodNameHelper

#format_method_name

Methods included from Helpers::Log::DepthHelper

#format_depth

Methods included from Helpers::Log::ColorHelper

#colorize, #colorize_for

Methods included from Helpers::MethodDetailsHelper

#method_name_representation

Methods included from Helpers::ResultHelper

#result_representation

Methods included from Helpers::SourceHelper

#source_location_representation

Methods included from Helpers::ParamsHelper

#params_representation

Methods included from Helpers::TimeHelper

#execution_time_representation

Methods included from Helpers::DepthHelper

#depth_representation

Methods included from Helpers::IndentHelper

#indent_representation

Methods inherited from BaseFormatter

#call