v1.0.0
tag36363db6512ac9dbc5fa9655517101339a5c0b97
object edd2bd2b3baa9cca40dcd8717b338076f09d0807
authorEric Wong <normalperson@yhbt.net>
Thu, 21 Apr 2011 05:42:41 +0000 (21 05:42 +0000)
clogger 1.0.0 - \o/

* $time_iso8601 added for nginx compatibility
* $time_local (without strftime-options) is now locale-independent

There's also a minor usability tweak that allows Symbols to be
specified as the :format argument, so config.ru can be shortened:

before (continues to work with 1.0.0):

    use Clogger, :format => Clogger::Format::Rack_1_0

after:

    use Clogger, :format => :Rack_1_0