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