# File lib/sinatra/rack_syslog.rb, line 10 def write(string) @log.warning(string) if string.strip.length > 0 return string.chars.count end