# File lib_ctrl/rucy/monitor.rb, line 30 def initialize(exception, log_path, timestamp=Time.now) super(exception, timestamp) @log_path = log_path end