Method: Mu::Command::Cmd_runanalysis#log
- Defined in:
- lib/mu/command/cmd_runanalysis.rb
#log(message = "", level = nil) ⇒ Object
logging in this script
17 18 19 20 |
# File 'lib/mu/command/cmd_runanalysis.rb', line 17 def log(="",level=nil) msg , level File.open(@@output_log, "a") {|f| f.write() } end |