Namespace: OpenEdge.Net.HTTP.Trace.Formatter
Type: Class JsonFormatter
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Net.HTTP.Trace.Formatter.ITraceFormatter


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:TraceFormatter
Purpose:Converts array of exchange data into a JSON construct
Author(s):Dustin Grau
Created:Wed Sep 22 13:56:01 EDT 2021
/* If TRUE the JSON data will be written out formatted aka pretty-printed. Default is FALSE



Method Summary
  Options Name Purpose
  Ccs.Common.Support.IMemptrHolder Format (ExchangeData[]) /** Formats the array of ExchangeData into JSON, and returns as a Memptr. @param ExchangeData[] An array of exchange data @return IMemptrHolder The formatted representation of the exchange data */

Property Summary
  Options Name Purpose
  LOGICAL Formatted


Method Detail
Top

Ccs.Common.Support.IMemptrHolder Format (ExchangeData[])

Purpose: Formats the array of ExchangeData into JSON, and returns as a Memptr.
Parameters:
pTraceData OpenEdge.Net.HTTP.Trace.ExchangeData
 
Returns Ccs.Common.Support.IMemptrHolder
  IMemptrHolder The formatted representation of the exchange data


Property Detail
Top

LOGICAL Formatted

Returns LOGICAL