This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
2.0.17 - 22 April 2017
- Fixes a bug where logging non-
String
objects would raise an exception. Any non-String
object will now be coerced into aString
via theinspect
method. This follows the default::Logger
behavior.