# File lib/logging/layout.rb, line 124
  def try_json( obj )
    MultiJson.encode(obj)
  rescue StandardError
    obj.inspect
  end