Hi there<div><br class="webkit-block-placeholder"></div><div>I have recently upgraded to v1.0.1 and I&#39;ve noticed an issue which I don&#39;t believe was present in the 0.2 release. &nbsp; In my worker class I am logging errors as follows:
</div><div><br class="webkit-block-placeholder"></div><div>&nbsp;&nbsp; &nbsp;logger.error &quot;the error message&quot;</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>&nbsp;&nbsp;undefined method `error&#39; for #&lt;BackgrounDRb::PacketLogger:0xb6f60ed0&gt;</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. &nbsp;Should I submit a patch for adding &#39;warn&#39;, &#39;error&#39; and &#39;fatal&#39; 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>