Hi there<div><br class="webkit-block-placeholder"></div><div>I have recently upgraded to v1.0.1 and I've noticed an issue which I don't believe was present in the 0.2 release. In my worker class I am logging errors as follows:
</div><div><br class="webkit-block-placeholder"></div><div> logger.error "the error message"</div><div><br class="webkit-block-placeholder"></div><div>However, this now causes an exception to be thrown in the new version:
</div><div><br class="webkit-block-placeholder"></div><div> undefined method `error' for #<BackgrounDRb::PacketLogger:0xb6f60ed0></div><div><br class="webkit-block-placeholder"></div><div>Looking at the docs for PacketLogger (
<a href="http://backgroundrb.rubyforge.org/classes/BackgrounDRb/PacketLogger.html">http://backgroundrb.rubyforge.org/classes/BackgrounDRb/PacketLogger.html</a>) it seems that only debug and info have been defined. Should I submit a patch for adding 'warn', 'error' and 'fatal' so that this interface matches that of the Ruby logger class?
</div><div><br class="webkit-block-placeholder"></div><div>Many thanks,</div><div>Olly</div>