class Bicho::LoggerIODevice
Helper IO device that forwards to the logger, we use it to debug XMLRPC
by monkey patching it
@private
Public Instance Methods
<<(msg)
click to toggle source
# File lib/bicho/client.rb, line 45 def <<(msg) Bicho::Logging.logger.debug(msg) end