Class: Ixtlan::Audit::Manager::Log

Inherits:
Object
  • Object
show all
Defined in:
lib/ixtlan/audit/manager.rb

Instance Method Summary collapse

Instance Method Details

#info(msg) ⇒ Object



31
32
33
# File 'lib/ixtlan/audit/manager.rb', line 31

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

#warn(msg) ⇒ Object



34
35
36
# File 'lib/ixtlan/audit/manager.rb', line 34

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