Module RR::LogHelper
In: lib/rubyrep/log_helper.rb

Shared functionality for SyncHelper and LogHelper

Methods

Public Instance methods

Takes outcome and details and makes them fit (for available space) in the ‘descrition’ and ‘long_description’ columns of the event log. Parameters:

  • outcome: short description
  • details: long description

Returns (cut off if necessary)

  • outcome
  • details (also containig the full outcome if it had to be cut off for short description)

[Validate]