Class: Tappow::Printer::LoggerString

Inherits:
Tapp::Printer::Base
  • Object
show all
Defined in:
lib/tappow/printer/logger_string.rb

Instance Method Summary collapse

Instance Method Details



5
6
7
# File 'lib/tappow/printer/logger_string.rb', line 5

def print(*args)
  Tappow.logger.send(Tappow.log_level, args[0].to_s)
end