Namespace: OpenEdge.Net.HTTP.Trace.Writer
Type: Class FileWriter
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Net.HTTP.Trace.Writer.ITraceWriter


Copyright (c) 2021 by Progress Software Corporation. All rights reserved.
File:FileWriter
Purpose:Simply writes a timestamped file with trace data to disk
Author(s):Dustin Grau
Created:Wed Sep 22 13:56:01 EDT 2021



Method Summary
  Options Name Purpose
  CHARACTER ToString ()
  Write (IMemptrHolder) /** Writes formatted trace data to disk, defaulting to the session:temp-dir, a dedicated folder, and a timestamped ".trace" file as the final output. @param IMemptrHolder Formatted data. */

Constructor Summary
  Options Name Purpose
  FileWriter () /* Default constructor */

Property Summary
  Options Name Purpose
  CHARACTER FileName


Method Detail
Top

CHARACTER ToString ()

Returns CHARACTER
 
Top

Write (IMemptrHolder)

Purpose: Writes formatted trace data to disk, defaulting to the session:temp-dir,
a dedicated folder, and a timestamped ".trace" file as the final output.
Parameters:
pData Ccs.Common.Support.IMemptrHolder
 


Constructor Detail
Top

FileWriter ()

/* Default constructor


Property Detail
Top

CHARACTER FileName

Returns CHARACTER