Module: RSMP::Validator::Log

Included in:
AutoNode, Tester
Defined in:
lib/rsmp/validator/log.rb

Overview

Logging helpers for use in tests and validator infrastructure.

Instance Method Summary collapse

Instance Method Details

#log(action, **options) ⇒ Object

Log the start of an action



6
7
8
# File 'lib/rsmp/validator/log.rb', line 6

def log(action, **options)
  RSMP::Validator.log(action, **options)
end