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


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:ITraceFormatter
Purpose:Interface for formatting tracing data
Author(s):pjudge
Created:2021-09-22
Purpose: Formats the input tracing data into a set of bytes to be written (typically).
This method may produce JSON or some other structured representation.



Method Summary
  Options Name Purpose
  Ccs.Common.Support.IMemptrHolder Format (ExchangeData[]) /** Formats the input tracing data into a set of bytes to be written (typically). This method may produce JSON or some other structured representation. @param ExchangeData[] An array of trace data @return IMemptrHolder The formatted representation of the trace data */

Method Detail
Top

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

Purpose: Formats the input tracing data into a set of bytes to be written (typically).
This method may produce JSON or some other structured representation.
Parameters:
pTraceData OpenEdge.Net.HTTP.Trace.ExchangeData
 
Returns Ccs.Common.Support.IMemptrHolder
  IMemptrHolder The formatted representation of the trace data