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