Class: LoggerMock

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

Instance Method Summary collapse

Instance Method Details

#debug(arg) ⇒ Object



32
33
34
# File 'lib/logstash/test.rb', line 32

def debug(arg)
  puts arg
end

#info(arg) ⇒ Object



28
29
30
# File 'lib/logstash/test.rb', line 28

def info(arg)
  puts arg
end