Class: MKLog::MKDebugType::Normal
- Defined in:
- lib/mklog/debugtype/normal.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
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 |