Class: MKLog::MKDebugType::Normal

Inherits:
Abstract
  • Object
show all
Defined in:
lib/mklog/debugtype/normal.rb

Instance Attribute Summary

Attributes inherited from Abstract

#filename, #message

Instance Method Summary collapse

Methods inherited from Abstract

#save

Instance Method Details

#write(file) ⇒ Object



4
5
6
# File 'lib/mklog/debugtype/normal.rb', line 4

def write (file)
	file.write("["+self.get_time()+"] "+@message.to_s+" \n")
end