Class: Gruf::Interceptors::Instrumentation::RequestLogging::Formatters::Base
- Inherits:
-
Object
- Object
- Gruf::Interceptors::Instrumentation::RequestLogging::Formatters::Base
- Defined in:
- lib/gruf/interceptors/instrumentation/request_logging/formatters/base.rb
Overview
Base class for request log formatting
Instance Method Summary collapse
-
#format(_payload) ⇒ String
Format the parameters into a loggable string.
Instance Method Details
#format(_payload) ⇒ String
Format the parameters into a loggable string. Must be implemented in every derivative class
31 32 33 |
# File 'lib/gruf/interceptors/instrumentation/request_logging/formatters/base.rb', line 31 def format(_payload) raise NotImplementedError end |