# File lib/celluloid/logger.rb, line 8 def debug(string) Celluloid.logger.debug(decorate(string)) end
# File lib/celluloid/logger.rb, line 24 def decorate(string) [string, @backtrace].join("\n\t") end
# File lib/celluloid/logger.rb, line 20 def error(string) Celluloid.logger.error(decorate(string)) end
Generated with the Darkfish Rdoc Generator 2.