20 21 22
# File 'lib/cyrun/logger.rb', line 20 def error(*args) Logger.error(*args) end
16 17 18
# File 'lib/cyrun/logger.rb', line 16 def info(*args) Logger.info(*args) end