Write to the log
Parameters:
log entry to add
57 58 59
# File 'lib/rodbot/log.rb', line 57 def write(message) @logger.log(@level, message.strip) end