# File lib/logging/layouts/parseable.rb, line 156
    def self.json( opts = {} )
      opts[:style] = 'json'
      new(opts)
    end