Class: HttpServerManager::StdOutLogger

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

Instance Method Summary collapse

Instance Method Details

#info(message) ⇒ Object



5
6
7
# File 'lib/http_server_manager/stdout_logger.rb', line 5

def info(message)
  puts message
end