Class: RemoteLogger
- Inherits:
-
Rad::Conveyors::Processor
- Object
- Rad::Conveyors::Processor
- RemoteLogger
- Defined in:
- lib/rad/remote/processors/remote_logger.rb
Instance Attribute Summary
Attributes inherited from Rad::Conveyors::Processor
Instance Method Summary collapse
Methods inherited from Rad::Conveyors::Processor
Constructor Details
This class inherits a constructor from Rad::Conveyors::Processor
Instance Method Details
#call ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/rad/remote/processors/remote_logger.rb', line 4 def call next_processor.call if (klass = workspace.class) and (method = workspace.method_name) logger.info "RAD processing #{klass.name}.#{method} with #{workspace.params.inspect}" end end |