Object
# File lib/backup/logger/logfile.rb, line 66 def initialize(options) @options = options @logfile = setup_logfile truncate! end
# File lib/backup/logger/logfile.rb, line 72 def log(message) File.open(@logfile, 'a') {|f| f.puts message.formatted_lines } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.