Class: Tunl::SilentLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/tunl.rb

Class Method Summary collapse

Class Method Details

.error(msg) ⇒ Object



27
28
29
# File 'lib/tunl.rb', line 27

def self.error(msg)
	puts "RIGHT AWS ERROR : #{msg}"
end

.info(msg) ⇒ Object



25
26
# File 'lib/tunl.rb', line 25

def self.info(msg)
end

.warn(msg) ⇒ Object



30
31
32
# File 'lib/tunl.rb', line 30

def self.warn(msg)
	puts "RIGHT AWS WARN: #{msg}"
end