Class: Ixtlan::Errors::Dumper::Log

Inherits:
Object
  • Object
show all
Defined in:
lib/ixtlan/errors/dumper.rb

Instance Method Summary collapse

Instance Method Details

#info(msg) ⇒ Object



34
35
36
# File 'lib/ixtlan/errors/dumper.rb', line 34

def info( msg )
  puts "[Ixtlan::Errors] #{msg}"
end

#warn(msg) ⇒ Object



37
38
39
# File 'lib/ixtlan/errors/dumper.rb', line 37

def warn( msg )
  warn "[Ixtlan::Errors] #{msg}"
end